summaryrefslogtreecommitdiff
path: root/classes/CommandInterpreter.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/CommandInterpreter.php')
-rw-r--r--classes/CommandInterpreter.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/CommandInterpreter.php b/classes/CommandInterpreter.php
index ff078bb05..f409ed07f 100644
--- a/classes/CommandInterpreter.php
+++ b/classes/CommandInterpreter.php
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/classes/Command.php');
-class CommandInterpreter {
+class CommandInterpreter
+{
function handle_command($user, $text)
{