broadcast for repeats
This commit is contained in:
parent
797a0d79fb
commit
90c378a81f
|
@ -106,6 +106,8 @@ class RepeatAction extends Action
|
||||||
{
|
{
|
||||||
$repeat = $this->notice->repeat($this->user->id, 'web');
|
$repeat = $this->notice->repeat($this->user->id, 'web');
|
||||||
|
|
||||||
|
common_broadcast_notice($repeat);
|
||||||
|
|
||||||
if ($this->boolean('ajax')) {
|
if ($this->boolean('ajax')) {
|
||||||
$this->startHTML('text/xml;charset=utf-8');
|
$this->startHTML('text/xml;charset=utf-8');
|
||||||
$this->elementStart('head');
|
$this->elementStart('head');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user