X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcommandinterpreter.php;h=d1574c55fda95dca5bd4ef01abe62f9899351cbf;hb=edb467978d49e53da95e4d69ea9733395fed0aa3;hp=1e8114701d1d3120e73f1dcfbc751048e961051b;hpb=5a2bab07b25443eacc7f5cfde4b9932cdb511e92;p=quix0rs-gnu-social.git diff --git a/lib/commandinterpreter.php b/lib/commandinterpreter.php index 1e8114701d..d1574c55fd 100644 --- a/lib/commandinterpreter.php +++ b/lib/commandinterpreter.php @@ -339,7 +339,7 @@ class CommandInterpreter default: $result = false; } - + Event::handle('EndInterpretCommand', array($cmd, $arg, $user, &$result)); }