From 90c378a81f78215e3bf85cc64a2224dd07f12d8c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 15 Dec 2009 12:29:37 -0500 Subject: broadcast for repeats --- actions/repeat.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions') diff --git a/actions/repeat.php b/actions/repeat.php index 38d6efa6c..b75523498 100644 --- a/actions/repeat.php +++ b/actions/repeat.php @@ -106,6 +106,8 @@ class RepeatAction extends Action { $repeat = $this->notice->repeat($this->user->id, 'web'); + common_broadcast_notice($repeat); + if ($this->boolean('ajax')) { $this->startHTML('text/xml;charset=utf-8'); $this->elementStart('head'); -- cgit v1.2.3-54-g00ecf