summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/apioauthstore.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/apioauthstore.php b/lib/apioauthstore.php
index a5e807d03..2a65fffc4 100644
--- a/lib/apioauthstore.php
+++ b/lib/apioauthstore.php
@@ -143,8 +143,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(