From ab3e1556baf5b384272323b03643bad6aa0ddc1b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 6 Jul 2008 18:17:58 -0400 Subject: [PATCH] fixup conflicts darcs-hash:20080706221758-84dde-5e222a282f9a1bd242d2653700c444e93e21cc7f.gz --- actions/newnotice.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {