summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/repeat.php2
1 files changed, 2 insertions, 0 deletions
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');