broadcast for repeats

This commit is contained in:
Evan Prodromou 2009-12-15 12:29:37 -05:00
parent 797a0d79fb
commit 90c378a81f
1 changed files with 2 additions and 0 deletions

View File

@ -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');