summaryrefslogtreecommitdiff
path: root/actions/apistatusesretweet.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-25 18:13:09 -0500
committerEvan Prodromou <evan@status.net>2010-01-25 18:13:09 -0500
commit663e4e02a1b3b1c104c2c3db19e524a486c3d981 (patch)
tree048e2f67c10f74e3b510646f7b955d45baa49253 /actions/apistatusesretweet.php
parent1ab24832960eef698731cf0d3e72fccfa336392d (diff)
parente26a843caf9f6bb0d11a7128884db235ededcce0 (diff)
Merge branch 'master' into testing
Conflicts: lib/queuemanager.php
Diffstat (limited to 'actions/apistatusesretweet.php')
-rw-r--r--actions/apistatusesretweet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apistatusesretweet.php b/actions/apistatusesretweet.php
index d9d4820c0..128c881e2 100644
--- a/actions/apistatusesretweet.php
+++ b/actions/apistatusesretweet.php
@@ -112,7 +112,7 @@ class ApiStatusesRetweetAction extends ApiAuthAction
$repeat = $this->original->repeat($this->user->id, $this->source);
- common_broadcast_notice($repeat);
+
$this->showNotice($repeat);
}