diff options
Diffstat (limited to 'actions/api.php')
-rw-r--r-- | actions/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/api.php b/actions/api.php index 2e7ed3558..badd4a42a 100644 --- a/actions/api.php +++ b/actions/api.php @@ -76,7 +76,7 @@ class ApiAction extends Action { } function process_command() { - $action = "api$this->api_action"; + $action = "twitapi$this->api_action"; $actionfile = INSTALLDIR."/actions/$action.php"; if (file_exists($actionfile)) { require_once($actionfile); |