modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2023-12-28 15:26:10 +04:00
parent a8777c1af8
commit 9a1f0ae25e
1 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ class StdMessenger implements _IMessenger {
"descs" => [], "descs" => [],
"print_descs" => false, "print_descs" => false,
]; ];
$this->title =& $this->titles[$until - 1]; $this->title =& $this->titles[$until];
if ($func !== null) { if ($func !== null) {
try { try {
$func($this); $func($this);
@ -570,7 +570,7 @@ class StdMessenger implements _IMessenger {
"result_success" => null, "result_success" => null,
"result_content" => null, "result_content" => null,
]; ];
$this->action =& $this->actions[$until - 1]; $this->action =& $this->actions[$until];
if ($func !== null) { if ($func !== null) {
try { try {
$result = $func($this); $result = $func($this);