diff options
author | Zach Copley <zach@status.net> | 2009-12-14 18:16:45 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-12-14 11:25:51 -0800 |
commit | 918b662568c2d06a3fb41b4f82bc336f47f06166 (patch) | |
tree | d7977dd58becb0b39da1a47da84e94685b5c7fcf /lib/apiauth.php | |
parent | 364038ce2acc1f02fbd0850c0371c97d1e9044a3 (diff) |
Fix issue with favorited/following always being set to false
Diffstat (limited to 'lib/apiauth.php')
-rw-r--r-- | lib/apiauth.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/apiauth.php b/lib/apiauth.php index 0d1613d38..7102764cb 100644 --- a/lib/apiauth.php +++ b/lib/apiauth.php @@ -53,8 +53,6 @@ require_once INSTALLDIR . '/lib/api.php'; class ApiAuthAction extends ApiAction { - var $auth_user = null; - /** * Take arguments for running, and output basic auth header if needed * |