modifs.mineures sans commentaires
This commit is contained in:
parent
a8777c1af8
commit
9a1f0ae25e
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue