summaryrefslogtreecommitdiff
path: root/actions/apigrouplist.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/apigrouplist.php
parent931e19073d522a41a54b5e9a77b213a10da95476 (diff)
Remove more redundant $formats
Diffstat (limited to 'actions/apigrouplist.php')
-rw-r--r--actions/apigrouplist.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/apigrouplist.php b/actions/apigrouplist.php
index 69c347de1..00ceeed76 100644
--- a/actions/apigrouplist.php
+++ b/actions/apigrouplist.php
@@ -45,7 +45,6 @@ require_once INSTALLDIR . '/lib/apibareauth.php';
class ApiGroupListAction extends ApiBareAuthAction
{
- var $format = null;
var $user = null;
var $page = null;
var $count = null;
@@ -74,7 +73,6 @@ class ApiGroupListAction extends ApiBareAuthAction
$this->since = $this->arg('since');
$this->user = $this->getTargetUser($id);
- $this->format = $this->arg('format');
$this->groups = $this->getGroups();
return true;