]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apioauthaccesstoken.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / apioauthaccesstoken.php
index a1a70a9b9e2be36aa949c163b1a142cca48863a9..8dd0a40b22abd8cfa56d577fd5e21ce946005f86 100644 (file)
@@ -52,9 +52,9 @@ class ApiOAuthAccessTokenAction extends ApiOAuthAction
      *
      * @return void
      */
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
 
         $datastore   = new ApiGNUsocialOAuthDataStore();
         $server      = new OAuthServer($datastore);