initialize command interpretation result to false

This commit is contained in:
Mikael Nordfeldth 2015-06-02 14:17:59 +02:00
parent 7e388e697d
commit 2bf0ec719d
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class CommandInterpreter
// StatusNet
$cmd = strtolower($cmd);
$result = false;
if (Event::handle('StartInterpretCommand', array($cmd, $arg, $user, &$result))) {
switch($cmd) {