From d1277820f81cfdab19678a89a312c9a9815d2b6a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 19 Aug 2008 14:28:24 -0400 Subject: add remote flag to broadcast of notices darcs-hash:20080819182824-84dde-84d93fae2c4b0d6acee646999bad8e8bb9752c7b.gz --- actions/postnotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit v1.2.3-54-g00ecf