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" => [],
"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);