Fix syntax error

This commit is contained in:
Zach Copley 2010-10-21 01:17:59 +00:00
parent bfdb8385ec
commit f283a283b7
1 changed files with 1 additions and 2 deletions

View File

@ -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(