]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpenID/openidlogin.php
Login actions don't show the notice form
[quix0rs-gnu-social.git] / plugins / OpenID / openidlogin.php
index 8d25a2e9ac9beb6378867a621da025e97070f12d..850b68e63a316d5ce59bef21d95365ec93028532 100644 (file)
@@ -174,4 +174,8 @@ class OpenidloginAction extends Action
         $nav = new LoginGroupNav($this);
         $nav->show();
     }
+
+    function showNoticeForm()
+    {
+    }
 }