summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/postnotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/postnotice.php b/actions/postnotice.php
index 78f0decaa..261593c86 100644
--- a/actions/postnotice.php
+++ b/actions/postnotice.php
@@ -80,7 +80,7 @@ class PostnoticeAction extends Action {
return false;
}
}
- common_broadcast_notice($notice);
+ common_broadcast_notice($notice, true);
return true;
}
}