summaryrefslogtreecommitdiff
path: root/actions/apitimelinegroup.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-10-09 14:22:18 -0700
committerZach Copley <zach@status.net>2009-10-09 14:22:18 -0700
commitbb08611def2309711f91c1ab6cdab92fb7c069b2 (patch)
tree5742a4af66e7fd5f18b6726a3d8cd74543a12b88 /actions/apitimelinegroup.php
parent09f4d1ef236c160afe6b9874793e43b501e1120a (diff)
Delete action/api.php and rename lib/twitterapi.php to lib/api.php
Diffstat (limited to 'actions/apitimelinegroup.php')
-rw-r--r--actions/apitimelinegroup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/apitimelinegroup.php b/actions/apitimelinegroup.php
index 11f73eeed..9d6ac6ad1 100644
--- a/actions/apitimelinegroup.php
+++ b/actions/apitimelinegroup.php
@@ -31,7 +31,7 @@ if (!defined('STATUSNET')) {
exit(1);
}
-require_once INSTALLDIR . '/lib/twitterapi.php';
+require_once INSTALLDIR . '/lib/api.php';
/**
* Returns the most recent notices (default 20) posted to the group specified by ID
@@ -43,7 +43,7 @@ require_once INSTALLDIR . '/lib/twitterapi.php';
* @link http://status.net/
*/
-class ApiTimelineGroupAction extends TwitterapiAction
+class ApiTimelineGroupAction extends ApiAction
{
var $group = null;