X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Flogin.php;h=7ec9c321391d1ea04994266834948f0871a36ac1;hb=31c1177970124cee31823cab3a11542c23b4126d;hp=768bc04cef6aa8c3fd0c67993bfbf8ca645d0868;hpb=b37e12ed3436e7616c491016a68342559752d178;p=quix0rs-gnu-social.git diff --git a/actions/login.php b/actions/login.php index 768bc04cef..7ec9c32139 100644 --- a/actions/login.php +++ b/actions/login.php @@ -297,4 +297,12 @@ class LoginAction extends Action $nav = new LoginGroupNav($this); $nav->show(); } + + function showNoticeForm() + { + } + + function showProfileBlock() + { + } }