]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix syntax error
authorZach Copley <zach@status.net>
Thu, 21 Oct 2010 01:17:59 +0000 (01:17 +0000)
committerZach Copley <zach@status.net>
Thu, 21 Oct 2010 01:17:59 +0000 (01:17 +0000)
lib/apioauthstore.php

index 6b9b977560b3fa0d1890d79f687e077604746549..e67b864af64fae0d12681cf2d398ab4f996cada4 100644 (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(