]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpenID/openid.php
Merge remote-tracking branch 'upstream/nightly' into nightly
[quix0rs-gnu-social.git] / plugins / OpenID / openid.php
index 8ec138ffb66f11356c2df2fb90f665c7ea03fbc7..25811d88b20d297c8bbf080962136dba594fe572 100644 (file)
@@ -360,9 +360,9 @@ class AutosubmitAction extends Action
     var $form_html = null;
     var $form_id = null;
 
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
         $this->showPage();
     }