From 50c7e4c722a39582c185eafe452f0b321dd39e7e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 19 Jun 2008 12:18:14 -0400 Subject: posting from a form takes you back to the same page darcs-hash:20080619161814-5ed1f-5add55346470e71a53a676d39617062acc0f19bf.gz --- actions/all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/all.php') 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(); -- cgit v1.2.3-54-g00ecf