summaryrefslogtreecommitdiff
path: root/actions/repeat.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-26 01:29:10 +0100
committerSarven Capadisli <csarven@status.net>2010-01-26 01:29:10 +0100
commit6cfe5b5a3bfe4cbdecc6adf39f8f7b133fbd7550 (patch)
treef9314cb28d7fbe56c5ab0d3d0ac6211036eb61c8 /actions/repeat.php
parent9bacdb9134b39f97fd244bdc28d9e467ac05b61d (diff)
parente26a843caf9f6bb0d11a7128884db235ededcce0 (diff)
Merge branch 'master' of git@gitorious.org:statusnet/mainline
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');