diff options
author | Zach Copley <zach@status.net> | 2009-10-09 17:11:40 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-09 17:11:40 -0700 |
commit | 559918826a714c1ee2ecdc49dcfc2b67451a9864 (patch) | |
tree | e65d7dd47e0e0a4d19e0774e09efa2f7818e2419 /actions/apigroupismember.php | |
parent | 931e19073d522a41a54b5e9a77b213a10da95476 (diff) |
Remove more redundant $formats
Diffstat (limited to 'actions/apigroupismember.php')
-rw-r--r-- | actions/apigroupismember.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/apigroupismember.php b/actions/apigroupismember.php index 02079b6ff..359b7ca4f 100644 --- a/actions/apigroupismember.php +++ b/actions/apigroupismember.php @@ -45,7 +45,6 @@ require_once INSTALLDIR . '/lib/apibareauth.php'; class ApiGroupIsMemberAction extends ApiBareAuthAction { - var $format = null; var $user = null; var $group = null; @@ -64,7 +63,6 @@ class ApiGroupIsMemberAction extends ApiBareAuthAction $this->user = $this->getTargetUser(null); $this->group = $this->getTargetGroup(null); - $this->format = $this->arg('format'); return true; } |