From 3df358a9e98328de4d865b91a5900f834a1f195a Mon Sep 17 00:00:00 2001 From: zach Date: Tue, 15 Jul 2008 00:31:21 -0400 Subject: Prepended 'Twit' to Twitter-compatible API actions (renamed action files) to make it more clear what the action files are for. darcs-hash:20080715043121-ca946-bb7acd42271117dbb77d5e16292673a4b8cfad53.gz --- actions/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/api.php') 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); -- cgit v1.2.3-54-g00ecf