diff options
author | Evan Prodromou <evan@status.net> | 2009-12-15 12:29:37 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-15 12:29:37 -0500 |
commit | 90c378a81f78215e3bf85cc64a2224dd07f12d8c (patch) | |
tree | 92fd24fcb9dca495b11f79f11f0220683059cfb8 /actions/repeat.php | |
parent | 797a0d79fbf4e105ee4ccdce093c1595c1f08a4a (diff) |
broadcast for repeats
Diffstat (limited to 'actions/repeat.php')
-rw-r--r-- | actions/repeat.php | 2 |
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'); |