From 0bba990e2f4506da877224285442c81f68662743 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 11 Aug 2008 14:11:58 -0400 Subject: fix problem with new notices darcs-hash:20080811181158-84dde-338f926bd4c161ea55ef8600fac254f216413ad4.gz --- actions/newnotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/newnotice.php b/actions/newnotice.php index 8de6643a0..b576e1326 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -64,7 +64,7 @@ class NewnoticeAction extends Action { array('nickname' => $user->nickname)); } else { $url = common_local_url('shownotice', - array('notice' => $id)); + array('notice' => $notice->id)); } common_redirect($url, 303); } -- cgit v1.2.3-54-g00ecf