X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiaccountverifycredentials.php;h=12daf3e1e6fe68150ea652154ee420bf32bf0ba8;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=dfa366cbb61f492f0eede95beb7411c9a5d28763;hpb=dc5b302fe9ac5906bac29b279dc78ad2d2625536;p=quix0rs-gnu-social.git diff --git a/actions/apiaccountverifycredentials.php b/actions/apiaccountverifycredentials.php index dfa366cbb6..12daf3e1e6 100644 --- a/actions/apiaccountverifycredentials.php +++ b/actions/apiaccountverifycredentials.php @@ -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.