]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Print a proper error message
authorZach Copley <zach@status.net>
Tue, 12 Oct 2010 23:19:53 +0000 (16:19 -0700)
committerZach Copley <zach@status.net>
Tue, 12 Oct 2010 23:19:53 +0000 (16:19 -0700)
actions/apioauthaccesstoken.php

index b8b188b1dcfc828c4fdb191db0332c8d38ef54b8..663a7a2bb6388165b7e227025a4f1c66f539a24a 100644 (file)
@@ -105,7 +105,7 @@ class ApiOauthAccessTokenAction extends ApiOauthAction
 
             common_log(LOG_WARNING, $msg);
 
-            print "Invalid request token or verifier.";
+            $this->clientError(_("Invalid request token or verifier.", 400, 'text'));
 
         } else {
             $this->showAccessToken($atok);