Fix syntax error in error msg
This commit is contained in:
parent
3a24b95edb
commit
28d40e5eed
|
@ -98,7 +98,7 @@ class ApiOauthAccessTokenAction extends ApiOauthAction
|
||||||
|
|
||||||
common_log(LOG_WARNING, $msg);
|
common_log(LOG_WARNING, $msg);
|
||||||
// TRANS: Client error given from the OAuth API when the request token or verifier is invalid.
|
// 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 {
|
} else {
|
||||||
common_log(
|
common_log(
|
||||||
LOG_INFO,
|
LOG_INFO,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user