X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fpublic.php;h=23d9f039788749d2b45a9528fc3d9f1b8a8464f8;hb=3f1f1427d9d65215af7546de2ad5c16120f44857;hp=5d06c3c2951a887fe11d7c5c8df0fdf26fd43139;hpb=1d867396fa2e4737066a05990b570ea5a2e56d1d;p=quix0rs-gnu-social.git diff --git a/actions/public.php b/actions/public.php index 5d06c3c295..23d9f03978 100644 --- a/actions/public.php +++ b/actions/public.php @@ -43,7 +43,7 @@ class PublicAction extends StreamAction { function show_top() { if (common_logged_in()) { - common_notice_form(); + common_notice_form('public'); } }