summaryrefslogtreecommitdiff
path: root/actions/twitapitrends.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/twitapitrends.php
parent09f4d1ef236c160afe6b9874793e43b501e1120a (diff)
Delete action/api.php and rename lib/twitterapi.php to lib/api.php
Diffstat (limited to 'actions/twitapitrends.php')
-rw-r--r--actions/twitapitrends.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/twitapitrends.php b/actions/twitapitrends.php
index 83ab28f35..779405e6d 100644
--- a/actions/twitapitrends.php
+++ b/actions/twitapitrends.php
@@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
exit(1);
}
-require_once INSTALLDIR.'/lib/twitterapi.php';
+require_once INSTALLDIR.'/lib/api.php';
/**
* Returns the top ten queries that are currently trending
@@ -42,10 +42,10 @@ require_once INSTALLDIR.'/lib/twitterapi.php';
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*
- * @see TwitterapiAction
+ * @see ApiAction
*/
-class TwitapitrendsAction extends TwitterapiAction
+class TwitapitrendsAction extends ApiAction
{
var $callback;