modifs.mineures sans commentaires
This commit is contained in:
parent
a8777c1af8
commit
9a1f0ae25e
|
@ -489,7 +489,7 @@ class StdMessenger implements _IMessenger {
|
|||
"descs" => [],
|
||||
"print_descs" => false,
|
||||
];
|
||||
$this->title =& $this->titles[$until - 1];
|
||||
$this->title =& $this->titles[$until];
|
||||
if ($func !== null) {
|
||||
try {
|
||||
$func($this);
|
||||
|
@ -570,7 +570,7 @@ class StdMessenger implements _IMessenger {
|
|||
"result_success" => null,
|
||||
"result_content" => null,
|
||||
];
|
||||
$this->action =& $this->actions[$until - 1];
|
||||
$this->action =& $this->actions[$until];
|
||||
if ($func !== null) {
|
||||
try {
|
||||
$result = $func($this);
|
||||
|
|
Loading…
Reference in New Issue