summaryrefslogtreecommitdiff
path: root/actions/apiblocks.php
diff options
context:
space:
mode:
authorzach <zach@copley.name>2008-07-14 23:18:12 -0400
committerzach <zach@copley.name>2008-07-14 23:18:12 -0400
commitefd14edf5c985be04c74bd64fffbbf92c1530ea4 (patch)
tree88d34c5391d4ee016f345ab7b64332fe23c8c639 /actions/apiblocks.php
parentb3ea8b9a014b6760f6bf59be243f01753c3fc13e (diff)
Twitter-compatible API: /statuses/public_timeline.xml sorta works
darcs-hash:20080715031812-ca946-10a94dd3cd96039ad76adc36f0f23d7402768fbe.gz
Diffstat (limited to 'actions/apiblocks.php')
-rw-r--r--actions/apiblocks.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/actions/apiblocks.php b/actions/apiblocks.php
index be96e87e1..c9c7a0082 100644
--- a/actions/apiblocks.php
+++ b/actions/apiblocks.php
@@ -19,8 +19,9 @@
if (!defined('LACONICA')) { exit(1); }
-# This naming convention looks real sick
-class ApiblocksAction extends Action {
+require_once(INSTALLDIR.'/lib/twitterapi.php');
+
+class ApiblocksAction extends TwitterapiAction {
function create($args, $apidata) {
parent::handle($args);