]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apioauthauthorize.php
GNU social is with a minor s.
[quix0rs-gnu-social.git] / actions / apioauthauthorize.php
index baaea6fd9bd41b25de22a6b762b1f996879ebb02..d0dcf9c9c7a48f065258eb4b27dc112b74d140db 100644 (file)
@@ -68,7 +68,7 @@ class ApiOAuthAuthorizeAction extends ApiOAuthAction
         $this->password        = $this->arg('password');
         $this->oauthTokenParam = $this->arg('oauth_token');
         $this->mode            = $this->arg('mode');
-        $this->store           = new ApiGNUSocialOAuthDataStore();
+        $this->store           = new ApiGNUsocialOAuthDataStore();
 
         try {
             $this->app = $this->store->getAppByRequestToken($this->oauthTokenParam);