diff options
author | Zach Copley <zach@status.net> | 2009-10-09 17:21:22 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-09 17:21:22 -0700 |
commit | 57dfad64beae100187dcaf3c205645e89611e115 (patch) | |
tree | acd2cbb305b844c2814f235dd19d3ac9c199b5e9 /actions/apiusershow.php | |
parent | 559918826a714c1ee2ecdc49dcfc2b67451a9864 (diff) |
Missed some of the references to the old TwitterApiAction - removed
Diffstat (limited to 'actions/apiusershow.php')
-rw-r--r-- | actions/apiusershow.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apiusershow.php b/actions/apiusershow.php index 1cd0cdfd5..442efc194 100644 --- a/actions/apiusershow.php +++ b/actions/apiusershow.php @@ -44,7 +44,7 @@ require_once INSTALLDIR.'/lib/api.php'; * @link http://status.net/ */ -class ApiUserShowAction extends TwitterApiAction +class ApiUserShowAction extends ApiAction { var $user = null; |