summaryrefslogtreecommitdiff
path: root/actions/apitimelinepublic.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/apitimelinepublic.php
parent09f4d1ef236c160afe6b9874793e43b501e1120a (diff)
Delete action/api.php and rename lib/twitterapi.php to lib/api.php
Diffstat (limited to 'actions/apitimelinepublic.php')
-rw-r--r--actions/apitimelinepublic.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/apitimelinepublic.php b/actions/apitimelinepublic.php
index 10bde6f37..2638dd292 100644
--- a/actions/apitimelinepublic.php
+++ b/actions/apitimelinepublic.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 by everybody
@@ -43,7 +43,7 @@ require_once INSTALLDIR.'/lib/twitterapi.php';
* @link http://status.net/
*/
-class ApiTimelinePublicAction extends TwitterapiAction
+class ApiTimelinePublicAction extends ApiAction
{
var $notices = null;