summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/apioauthstore.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/apioauthstore.php b/lib/apioauthstore.php
index 6b9b97756..e67b864af 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(