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/all.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/all.php')
-rw-r--r-- | actions/all.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/all.php b/actions/all.php index 44e3fd239..a8b08565a 100644 --- a/actions/all.php +++ b/actions/all.php @@ -65,7 +65,7 @@ class AllAction extends StreamAction { $cur = common_current_user(); if ($cur && $cur->id == $user->id) { - common_notice_form(); + common_notice_form('all'); } $this->views_menu(); |