]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/commandinterpreter.php
return logic tidied up for command interpretation
[quix0rs-gnu-social.git] / lib / commandinterpreter.php
index f6c7518fbd8e9c6b93cae6300095680518ecd45b..c546cf0fca94ca34f500a804ad34868981f93f83 100644 (file)
@@ -298,8 +298,6 @@ class CommandInterpreter
                     $result = new TrackingCommand($user);
                 }
                 break;
-            default:
-                $result = false;
             }
 
             Event::handle('EndInterpretCommand', array($cmd, $arg, $user, &$result));