forked from GNUsocial/gnu-social
Fix syntax error
This commit is contained in:
parent
bfdb8385ec
commit
f283a283b7
@ -144,8 +144,7 @@ class ApiStatusNetOAuthDataStore extends StatusNetOAuthDataStore
|
|||||||
common_debug('Request token found.', __FILE__);
|
common_debug('Request token found.', __FILE__);
|
||||||
|
|
||||||
// find the app and profile associated with this token
|
// find the app and profile associated with this token
|
||||||
|
$tokenAssoc = Oauth_token_association::staticGet('token', $rt->tok);
|
||||||
$tokenAssoc = OAuth_token_association::staticGet('token', $rt->tok);
|
|
||||||
|
|
||||||
if (!$tokenAssoc) {
|
if (!$tokenAssoc) {
|
||||||
throw new Exception(
|
throw new Exception(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user