From: Evan Prodromou Date: Tue, 15 Dec 2009 17:29:37 +0000 (-0500) Subject: broadcast for repeats X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=90c378a81f78215e3bf85cc64a2224dd07f12d8c;p=quix0rs-gnu-social.git broadcast for repeats --- diff --git a/actions/repeat.php b/actions/repeat.php index 38d6efa6c6..b75523498b 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');