diff options
Diffstat (limited to 'actions/apinotifications.php')
-rw-r--r-- | actions/apinotifications.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actions/apinotifications.php b/actions/apinotifications.php index 9154cb3b9..98d96107d 100644 --- a/actions/apinotifications.php +++ b/actions/apinotifications.php @@ -19,8 +19,10 @@ if (!defined('LACONICA')) { exit(1); } +require_once(INSTALLDIR.'/lib/twitterapi.php'); + # This naming convention looks real sick -class ApinotificationsAction extends Action { +class ApinotificationsAction extends TwitterapiAction { function follow($args, $apidata) { |