From: Evan Prodromou Date: Mon, 11 Aug 2008 18:11:58 +0000 (-0400) Subject: fix problem with new notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0bba990e2f4506da877224285442c81f68662743;p=quix0rs-gnu-social.git fix problem with new notices darcs-hash:20080811181158-84dde-338f926bd4c161ea55ef8600fac254f216413ad4.gz --- diff --git a/actions/newnotice.php b/actions/newnotice.php index 8de6643a0f..b576e13266 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); }