diff options
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; } } |