X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnewnotice.php;h=a98829cd87f32d6005045289ee1bc6c4877c915a;hb=12b7f23ed2fd05a29dcd5ab7700a25330ffd5d5f;hp=107665fb79d90719c40ec9782b2e658f4670c8a9;hpb=4b656f47dff2bd6eed4dcfad060b8434d052d883;p=quix0rs-gnu-social.git diff --git a/actions/newnotice.php b/actions/newnotice.php index 107665fb79..a98829cd87 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -54,7 +54,7 @@ class NewnoticeAction extends Action { } $notice->rendered = common_render_content($notice->content, $notice); - + $id = $notice->insert(); if (!$id) {