diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/newnotice.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 9aaf4b4d3..607f4b087 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) { |