diff options
Diffstat (limited to 'actions/apiaccount.php')
-rw-r--r-- | actions/apiaccount.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/apiaccount.php b/actions/apiaccount.php index 6d5766916..2be53122e 100644 --- a/actions/apiaccount.php +++ b/actions/apiaccount.php @@ -19,9 +19,9 @@ if (!defined('LACONICA')) { exit(1); } -# This naming convention looks real sick -class ApiaccountAction extends Action { +require_once(INSTALLDIR.'/lib/twitterapi.php'); +class ApiaccountAction extends TwitterapiAction { function verify_credentials($args, $apidata) { parent::handle($args); |