forked from GNUsocial/gnu-social
return logic tidied up for command interpretation
This commit is contained in:
@@ -298,8 +298,6 @@ class CommandInterpreter
|
||||
$result = new TrackingCommand($user);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
$result = false;
|
||||
}
|
||||
|
||||
Event::handle('EndInterpretCommand', array($cmd, $arg, $user, &$result));
|
||||
|
Reference in New Issue
Block a user