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__);
|
||||
|
||||
// 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) {
|
||||
throw new Exception(
|
||||
|
|
Loading…
Reference in New Issue
Block a user