]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountverifycredentials.php
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / actions / apiaccountverifycredentials.php
index dfa366cbb61f492f0eede95beb7411c9a5d28763..12daf3e1e6fe68150ea652154ee420bf32bf0ba8 100644 (file)
@@ -53,12 +53,11 @@ class ApiAccountVerifyCredentialsAction extends ApiAuthAction
      *
      * Check whether the credentials are valid and output the result
      *
-     * @param array $args $_REQUEST data (unused)
      * @return void
      */
-    function handle(array $args=array())
+    protected function handle()
     {
-        parent::handle($args);
+        parent::handle();
 
         if (!in_array($this->format, array('xml', 'json'))) {
             // TRANS: Client error displayed when coming across a non-supported API method.