summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/postnotice.php1
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;
}
}