summaryrefslogtreecommitdiff
path: root/actions/apihelptest.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/apihelptest.php
parentbb08611def2309711f91c1ab6cdab92fb7c069b2 (diff)
$format is used by every API action. Set it in the base class.
Diffstat (limited to 'actions/apihelptest.php')
-rw-r--r--actions/apihelptest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/apihelptest.php b/actions/apihelptest.php
index 2cec46462..ac1bb1a5b 100644
--- a/actions/apihelptest.php
+++ b/actions/apihelptest.php
@@ -45,7 +45,6 @@ require_once INSTALLDIR . '/lib/api.php';
class ApiHelpTestAction extends TwitterApiAction
{
- var $format = null;
/**
* Take arguments for running
@@ -59,7 +58,6 @@ class ApiHelpTestAction extends TwitterApiAction
function prepare($args)
{
parent::prepare($args);
- $this->format = $this->arg('format');
return true;
}