summaryrefslogtreecommitdiff
path: root/actions/apiusershow.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-10-12 14:07:00 -0700
committerZach Copley <zach@status.net>2009-10-12 14:07:00 -0700
commit7fcaffdf86755a444ad9c24046161cb8a428c613 (patch)
tree43e2a5d8c332a6284e05c9f348d054b308bbd606 /actions/apiusershow.php
parente071a8cbffd8eaf63f2d92e15edc2f6f25d9c984 (diff)
Took out some unnecessary intializations
Diffstat (limited to 'actions/apiusershow.php')
-rw-r--r--actions/apiusershow.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/apiusershow.php b/actions/apiusershow.php
index d07040a43..db942d1a5 100644
--- a/actions/apiusershow.php
+++ b/actions/apiusershow.php
@@ -46,8 +46,6 @@ require_once INSTALLDIR.'/lib/api.php';
class ApiUserShowAction extends ApiAction
{
- var $user = null;
-
/**
* Take arguments for running
*