diff --git a/lib/apioauthstore.php b/lib/apioauthstore.php index 6b9b977560..e67b864af6 100644 --- a/lib/apioauthstore.php +++ b/lib/apioauthstore.php @@ -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(