diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-19 14:28:24 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-19 14:28:24 -0400 |
commit | d1277820f81cfdab19678a89a312c9a9815d2b6a (patch) | |
tree | 0728d3ad316cc8df358c72d2bd617490e8997973 /actions/postnotice.php | |
parent | 0dce3d959b4580a7bd42dadb3e385d7216e87fc3 (diff) |
add remote flag to broadcast of notices
darcs-hash:20080819182824-84dde-84d93fae2c4b0d6acee646999bad8e8bb9752c7b.gz
Diffstat (limited to 'actions/postnotice.php')
-rw-r--r-- | actions/postnotice.php | 2 |
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; } } |