From: Evan Prodromou Date: Sun, 6 Jul 2008 22:17:58 +0000 (-0400) Subject: fixup conflicts X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ab3e1556baf5b384272323b03643bad6aa0ddc1b;p=quix0rs-gnu-social.git fixup conflicts darcs-hash:20080706221758-84dde-5e222a282f9a1bd242d2653700c444e93e21cc7f.gz --- 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) {