diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-06 18:17:58 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-06 18:17:58 -0400 |
commit | ab3e1556baf5b384272323b03643bad6aa0ddc1b (patch) | |
tree | 28c12c6f334f72ce365d2f606e943bbfeb604a65 /actions | |
parent | 0b21ac3dd79d2bf39341a4f0ff3566def8282eae (diff) |
fixup conflicts
darcs-hash:20080706221758-84dde-5e222a282f9a1bd242d2653700c444e93e21cc7f.gz
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) { |