diff options
Diffstat (limited to 'actions/apihelp.php')
-rw-r--r-- | actions/apihelp.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/actions/apihelp.php b/actions/apihelp.php index 8bcc09e69..66a08c99a 100644 --- a/actions/apihelp.php +++ b/actions/apihelp.php @@ -19,8 +19,9 @@ if (!defined('LACONICA')) { exit(1); } -# This naming convention looks real sick -class ApihelpAction extends Action { +require_once(INSTALLDIR.'/lib/twitterapi.php'); + +class ApihelpAction extends TwitterapiAction { /* Returns the string "ok" in the requested format with a 200 OK HTTP status code. * URL:http://identi.ca/api/help/test.format |