X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcommandinterpreter.php;h=d1574c55fda95dca5bd4ef01abe62f9899351cbf;hb=8884a5255fb90fda67b63fa0d4252d77176337e5;hp=9aaa8228c7f3eaf4e5b3b45b2fb85420a5f6cec4;hpb=b176f0fb5855b9550942a80c7e3ab346eb4845ad;p=quix0rs-gnu-social.git diff --git a/lib/commandinterpreter.php b/lib/commandinterpreter.php index 9aaa8228c7..d1574c55fd 100644 --- a/lib/commandinterpreter.php +++ b/lib/commandinterpreter.php @@ -339,8 +339,8 @@ class CommandInterpreter default: $result = false; } - - Event::handle('EndInterpretCommand', array($cmd, $arg, $user, $result)); + + Event::handle('EndInterpretCommand', array($cmd, $arg, $user, &$result)); } return $result;