diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-19 14:27:24 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-19 14:27:24 -0400 |
commit | 0dce3d959b4580a7bd42dadb3e385d7216e87fc3 (patch) | |
tree | 2d68006893f8935dc41696f44ac41a08a083ebc7 /actions/postnotice.php | |
parent | d135039c1dfa13f86900aeb4998b63168edd9b15 (diff) |
broadcast remote notices
darcs-hash:20080819182724-84dde-d2cece72dfb7f4f9f5b5cb4574812fdd32daa601.gz
Diffstat (limited to 'actions/postnotice.php')
-rw-r--r-- | actions/postnotice.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/postnotice.php b/actions/postnotice.php index 9540d5536..78f0decaa 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -80,6 +80,7 @@ class PostnoticeAction extends Action { return false; } } + common_broadcast_notice($notice); return true; } } |