diff options
Diffstat (limited to 'actions/apifriendships.php')
-rw-r--r-- | actions/apifriendships.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/actions/apifriendships.php b/actions/apifriendships.php index feed86ef6..4368f84d5 100644 --- a/actions/apifriendships.php +++ b/actions/apifriendships.php @@ -19,8 +19,9 @@ if (!defined('LACONICA')) { exit(1); } -# This naming convention looks real sick -class ApifriendshipsAction extends Action { +require_once(INSTALLDIR.'/lib/twitterapi.php'); + +class ApifriendshipsAction extends TwitterapiAction { function create($args, $apidata) { |