projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114d9eb
)
Fix syntax error in error msg
author
Zach Copley
<zach@status.net>
Thu, 20 Jan 2011 00:13:42 +0000
(16:13 -0800)
committer
Zach Copley
<zach@status.net>
Thu, 20 Jan 2011 07:00:10 +0000
(23:00 -0800)
actions/apioauthaccesstoken.php
patch
|
blob
|
history
diff --git
a/actions/apioauthaccesstoken.php
b/actions/apioauthaccesstoken.php
index 064d05120f6093e576db39834a78999c8ba9ae2e..a3ce9edbf64e1ef2d287c2af19555c4c7c25e3bb 100644
(file)
--- a/
actions/apioauthaccesstoken.php
+++ b/
actions/apioauthaccesstoken.php
@@
-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,