]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/register.php
Login actions don't show the notice form
[quix0rs-gnu-social.git] / actions / register.php
index 6b039c93f65fb1deccc57fee928e6a9564ef77e9..d0dbceeb81c4f1dd63f88072a564bb202801abfa 100644 (file)
@@ -606,4 +606,8 @@ class RegisterAction extends Action
         $nav = new LoginGroupNav($this);
         $nav->show();
     }
+
+    function showNoticeForm()
+    {
+    }
 }