diff --git a/actions/newnotice.php b/actions/newnotice.php index 9aaf4b4d3b..607f4b0871 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -73,7 +73,9 @@ class NewnoticeAction extends Action { common_server_error(_t('Problem saving notice.')); return; } - + + common_save_replies($notice); + common_broadcast_notice($notice); $returnto = $this->trimmed('returnto'); if ($returnto) {