]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountverifycredentials.php
Columns too narrow in mobileprofile
[quix0rs-gnu-social.git] / actions / apiaccountverifycredentials.php
index ccb3bd7a600258da358ffd5d6fb51a2f1c27fa7d..6cc61cf6da7f62bd4ea300ac910e4af10dd742d9 100644 (file)
@@ -64,7 +64,6 @@ class ApiAccountVerifyCredentialsAction extends ApiAuthAction
         if (!in_array($this->format, array('xml', 'json'))) {
             // TRANS: Client error displayed when coming across a non-supported API method.
             $this->clientError(_('API method not found.'), $code = 404);
-            return;
         }
 
         $twitter_user = $this->twitterUserArray($this->auth_user->getProfile(), true);