]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiusershow.php
$format is used by every API action. Set it in the base class.
[quix0rs-gnu-social.git] / actions / apiusershow.php
index afcbd3618da949d95a060729a44256cd7193753c..1cd0cdfd5fa634c1d2de98930ef6052335cd3b54 100644 (file)
@@ -46,8 +46,6 @@ require_once INSTALLDIR.'/lib/api.php';
 
 class ApiUserShowAction extends TwitterApiAction
 {
-
-    var $format = null;
     var $user   = null;
 
     /**
@@ -63,8 +61,6 @@ class ApiUserShowAction extends TwitterApiAction
     {
         parent::prepare($args);
 
-        $this->format = $this->arg('format');
-
         $email = $this->arg('email');
 
         // XXX: email field deprecated in Twitter's API