|
@@ -232,7 +232,7 @@ |
|
|
block discarded – undo |
|
232
|
232
|
$rawTicket = $this->oauthProtocolHelper->getIdentityTicket($token->getToken(), $token->getSecret()); |
|
233
|
233
|
} |
|
234
|
234
|
catch (Exception $ex) { |
|
235
|
|
- if(strpos($ex->getMessage(), "mwoauthdatastore-access-token-not-found") !== false) { |
|
|
235
|
+ if (strpos($ex->getMessage(), "mwoauthdatastore-access-token-not-found") !== false) { |
|
236
|
236
|
throw new OAuthException('No approved grants for this access token.', -1, $ex); |
|
237
|
237
|
} |
|
238
|
238
|
|
Please login to merge, or discard this patch.