diff options
author | Zach Copley <zach@status.net> | 2009-10-09 14:22:18 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-09 14:22:18 -0700 |
commit | bb08611def2309711f91c1ab6cdab92fb7c069b2 (patch) | |
tree | 5742a4af66e7fd5f18b6726a3d8cd74543a12b88 /actions/apistatusesshow.php | |
parent | 09f4d1ef236c160afe6b9874793e43b501e1120a (diff) |
Delete action/api.php and rename lib/twitterapi.php to lib/api.php
Diffstat (limited to 'actions/apistatusesshow.php')
-rw-r--r-- | actions/apistatusesshow.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/apistatusesshow.php b/actions/apistatusesshow.php index 55eea2356..9e28fe2ab 100644 --- a/actions/apistatusesshow.php +++ b/actions/apistatusesshow.php @@ -31,7 +31,7 @@ if (!defined('STATUSNET')) { exit(1); } -require_once INSTALLDIR.'/lib/twitterapi.php'; +require_once INSTALLDIR.'/lib/api.php'; /** * Returns the notice specified by id as a Twitter-style status and inline user @@ -43,7 +43,7 @@ require_once INSTALLDIR.'/lib/twitterapi.php'; * @link http://status.net/ */ -class ApiStatusesShowAction extends TwitterapiAction +class ApiStatusesShowAction extends ApiAction { var $notice_id = null; |