summaryrefslogtreecommitdiff
path: root/actions/apigroupjoin.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-10-09 17:11:40 -0700
committerZach Copley <zach@status.net>2009-10-09 17:11:40 -0700
commit559918826a714c1ee2ecdc49dcfc2b67451a9864 (patch)
treee65d7dd47e0e0a4d19e0774e09efa2f7818e2419 /actions/apigroupjoin.php
parent931e19073d522a41a54b5e9a77b213a10da95476 (diff)
Remove more redundant $formats
Diffstat (limited to 'actions/apigroupjoin.php')
-rw-r--r--actions/apigroupjoin.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/actions/apigroupjoin.php b/actions/apigroupjoin.php
index 7ab1b7272..e51842bcb 100644
--- a/actions/apigroupjoin.php
+++ b/actions/apigroupjoin.php
@@ -45,7 +45,6 @@ require_once INSTALLDIR . '/lib/apiauth.php';
class ApiGroupJoinAction extends ApiAuthAction
{
- var $format = null;
var $user = null;
var $group = null;
@@ -65,8 +64,6 @@ class ApiGroupJoinAction extends ApiAuthAction
$this->user = $this->auth_user;
$this->group = $this->getTargetGroup($this->arg('id'));
- $this->format = $this->arg('format');
-
return true;
}