]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountverifycredentials.php
Merged stuff from upstream/master
[quix0rs-gnu-social.git] / actions / apiaccountverifycredentials.php
index 12daf3e1e6fe68150ea652154ee420bf32bf0ba8..f82060f54730d61c7ea6698256b7ea1573bebf0b 100644 (file)
@@ -57,7 +57,7 @@ class ApiAccountVerifyCredentialsAction extends ApiAuthAction
      */
     protected function handle()
     {
-        parent::handle();
+        parent::handle($args);
 
         if (!in_array($this->format, array('xml', 'json'))) {
             // TRANS: Client error displayed when coming across a non-supported API method.