]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apioauthaccesstoken.php
GNU social is with a minor s.
[quix0rs-gnu-social.git] / actions / apioauthaccesstoken.php
index f3d64de2251935f1b952fde109420c05d6292690..9379834d656eec79876f5ef3a933c1b8c45c3007 100644 (file)
@@ -56,7 +56,7 @@ class ApiOAuthAccessTokenAction extends ApiOAuthAction
     {
         parent::handle($args);
 
-        $datastore   = new ApiGNUSocialOAuthDataStore();
+        $datastore   = new ApiGNUsocialOAuthDataStore();
         $server      = new OAuthServer($datastore);
         $hmac_method = new OAuthSignatureMethod_HMAC_SHA1();