summaryrefslogtreecommitdiff
path: root/actions/apigrouplist.php
diff options
context:
space:
mode:
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;