summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-19 14:27:24 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-19 14:27:24 -0400
commit0dce3d959b4580a7bd42dadb3e385d7216e87fc3 (patch)
tree2d68006893f8935dc41696f44ac41a08a083ebc7 /actions
parentd135039c1dfa13f86900aeb4998b63168edd9b15 (diff)
broadcast remote notices
darcs-hash:20080819182724-84dde-d2cece72dfb7f4f9f5b5cb4574812fdd32daa601.gz
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;
}
}