From 9a1f0ae25e7bd9888fd351101bb372c0018044da Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Thu, 28 Dec 2023 15:26:10 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- src/output/std/StdMessenger.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/output/std/StdMessenger.php b/src/output/std/StdMessenger.php index 4eb6707..d1b52c1 100644 --- a/src/output/std/StdMessenger.php +++ b/src/output/std/StdMessenger.php @@ -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);