]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/apioauthstore.php
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / lib / apioauthstore.php
index a5e807d0350497099a1eab480ce26ad3c25e4736..2a65fffc4bb3fa281d9a22fd518c58bd8acbd75c 100644 (file)
@@ -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(