summaryrefslogtreecommitdiff
path: root/actions/repeat.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-01-27 13:41:02 -0500
committerCraig Andrews <candrews@integralblue.com>2010-01-27 13:41:02 -0500
commit5224c7d6c263f078c3628650ff2b4b706862307c (patch)
tree9ce11b5470dfe1f64a8944dccb120f628a377e09 /actions/repeat.php
parent767b77d6c2291d6e7f4795ce18c70d5354a07de9 (diff)
parent656d95418c6d7f8b884c4c8af14ad6952032ace6 (diff)
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'actions/repeat.php')
-rw-r--r--actions/repeat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/repeat.php b/actions/repeat.php
index b75523498..e112496bc 100644
--- a/actions/repeat.php
+++ b/actions/repeat.php
@@ -106,7 +106,7 @@ 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');