]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/login.php
Login actions don't show the notice form
[quix0rs-gnu-social.git] / actions / login.php
index 768bc04cef6aa8c3fd0c67993bfbf8ca645d0868..547374a12e803c307a16b97ee6ca093a19fbfd05 100644 (file)
@@ -297,4 +297,8 @@ class LoginAction extends Action
         $nav = new LoginGroupNav($this);
         $nav->show();
     }
+
+    function showNoticeForm()
+    {
+    }
 }