X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnewnotice.php;h=b576e1326641b0c593feae507b644e8742366e72;hb=0bba990e2f4506da877224285442c81f68662743;hp=8de6643a0f29b5f437c0d49f4873cf8f449a4991;hpb=d79dc8344b529281dfb8a8383c529720a429472b;p=quix0rs-gnu-social.git 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); }