]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix syntax error in error msg
authorZach Copley <zach@status.net>
Thu, 20 Jan 2011 00:13:42 +0000 (16:13 -0800)
committerZach Copley <zach@status.net>
Thu, 20 Jan 2011 18:44:18 +0000 (10:44 -0800)
actions/apioauthaccesstoken.php

index 064d05120f6093e576db39834a78999c8ba9ae2e..a3ce9edbf64e1ef2d287c2af19555c4c7c25e3bb 100644 (file)
@@ -98,7 +98,7 @@ class ApiOauthAccessTokenAction extends ApiOauthAction
 
             common_log(LOG_WARNING, $msg);
             // TRANS: Client error given from the OAuth API when the request token or verifier is invalid.
-            $this->clientError(_("Invalid request token or verifier.", 400, 'text'));
+            $this->clientError(_("Invalid request token or verifier."), 400, 'text');
         } else {
             common_log(
                 LOG_INFO,