diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-06-19 12:18:14 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-06-19 12:18:14 -0400 |
commit | 50c7e4c722a39582c185eafe452f0b321dd39e7e (patch) | |
tree | 3a228cbd8e75d046336758a87089d8a43878bf3a /actions/public.php | |
parent | 912947c690f26f4b1a20b35fbc74288b031cd0c9 (diff) |
posting from a form takes you back to the same page0.3.3
darcs-hash:20080619161814-5ed1f-5add55346470e71a53a676d39617062acc0f19bf.gz
Diffstat (limited to 'actions/public.php')
-rw-r--r-- | actions/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/public.php b/actions/public.php index 5d06c3c29..23d9f0397 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'); } } |