]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/commandinterpreter.php
initialize command interpretation result to false
[quix0rs-gnu-social.git] / lib / commandinterpreter.php
index d2b744e93d79c41554dc2788277efcc7f3f6883c..f6c7518fbd8e9c6b93cae6300095680518ecd45b 100644 (file)
@@ -36,6 +36,7 @@ class CommandInterpreter
         // StatusNet
 
         $cmd = strtolower($cmd);
+        $result = false;
 
         if (Event::handle('StartInterpretCommand', array($cmd, $arg, $user, &$result))) {
             switch($cmd) {