diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-11 15:48:30 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-11 15:48:30 -0500 |
commit | 9d07032334043625a5aa3243d911bdc1c77a7a9c (patch) | |
tree | 605acaac2175910428f8a533d767ef8fbe1e379c /lib/commandinterpreter.php | |
parent | 03fff15a516dc989617652fe893f917718e0aeb0 (diff) |
fix command classes
Diffstat (limited to 'lib/commandinterpreter.php')
-rw-r--r-- | lib/commandinterpreter.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/commandinterpreter.php b/lib/commandinterpreter.php index 0679f5462..49c733c03 100644 --- a/lib/commandinterpreter.php +++ b/lib/commandinterpreter.php @@ -19,11 +19,10 @@ if (!defined('LACONICA')) { exit(1); } -require_once(INSTALLDIR.'/classes/Command.php'); +require_once INSTALLDIR.'/lib/command.php'; class CommandInterpreter { - function handle_command($user, $text) { # XXX: localise |