]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/commandinterpreter.php
Allow plugins to modify or append command help text; broke the command help down...
[quix0rs-gnu-social.git] / lib / commandinterpreter.php
index fe426f1fcd3a41f6b4a6515a2fcaaf10079f561e..6b1b70055e06c5c9ed29b87acd075009fb450deb 100644 (file)
@@ -314,7 +314,7 @@ class CommandInterpreter
                 $result = false;
             }
                 
-            Event::handle('EndInterpretCommand', array($cmd, $arg, $user, $result));
+            Event::handle('EndInterpretCommand', array($cmd, $arg, $user, &$result));
         }
 
         return $result;