summaryrefslogtreecommitdiff
path: root/actions/apigroupshow.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-10-09 14:42:01 -0700
committerZach Copley <zach@status.net>2009-10-09 14:42:01 -0700
commitf746993c2bfb674d397cf095a2ab2ff7e757818b (patch)
tree4b2296aff22c5f5edf4cb834c2ad6566b6696097 /actions/apigroupshow.php
parentbb08611def2309711f91c1ab6cdab92fb7c069b2 (diff)
$format is used by every API action. Set it in the base class.
Diffstat (limited to 'actions/apigroupshow.php')
-rw-r--r--actions/apigroupshow.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/apigroupshow.php b/actions/apigroupshow.php
index a38d50afe..cdaf707aa 100644
--- a/actions/apigroupshow.php
+++ b/actions/apigroupshow.php
@@ -45,7 +45,6 @@ require_once INSTALLDIR.'/lib/api.php';
class ApiGroupShowAction extends TwitterApiAction
{
- var $format = null;
var $group = null;
/**
@@ -61,7 +60,6 @@ class ApiGroupShowAction extends TwitterApiAction
{
parent::prepare($args);
- $this->format = $this->arg('format');
$this->group = $this->getTargetGroup($this->arg('id'));
return true;