From: Mikael Nordfeldth Date: Tue, 2 Jun 2015 12:17:59 +0000 (+0200) Subject: initialize command interpretation result to false X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2bf0ec719da0a420d6378b687756df87f88596f5;p=quix0rs-gnu-social.git initialize command interpretation result to false --- diff --git a/lib/commandinterpreter.php b/lib/commandinterpreter.php index d2b744e93d..f6c7518fbd 100644 --- a/lib/commandinterpreter.php +++ b/lib/commandinterpreter.php @@ -36,6 +36,7 @@ class CommandInterpreter // StatusNet $cmd = strtolower($cmd); + $result = false; if (Event::handle('StartInterpretCommand', array($cmd, $arg, $user, &$result))) { switch($cmd) {