]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/apioauthstore.php
Fix a couple spelling mistakes in comments and remove redundant statement terminator
[quix0rs-gnu-social.git] / lib / apioauthstore.php
index 2a65fffc4bb3fa281d9a22fd518c58bd8acbd75c..6aabde047c7ff9c877f08c2661fc18e455dbdeb1 100644 (file)
@@ -229,7 +229,7 @@ class ApiStatusNetOAuthDataStore extends StatusNetOAuthDataStore
                 // insert a new Oauth_application_user record w/access token
                 $appUser = new Oauth_application_user();
 
-                $appUser->profile_id     = $tokenAssoc->profile_id;;
+                $appUser->profile_id     = $tokenAssoc->profile_id;
                 $appUser->application_id = $app->id;
                 $appUser->access_type    = $app->access_type;
                 $appUser->token          = $at->tok;