summaryrefslogtreecommitdiff
path: root/actions/apistatusesretweet.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-25 18:10:59 -0500
committerEvan Prodromou <evan@status.net>2010-01-25 18:10:59 -0500
commitb6aa1511eb868d740f8893160ce8bef387725867 (patch)
treea583cfb455da2cd53f6dd27b7cec6ef85cc6894d /actions/apistatusesretweet.php
parentb3121d09c9dc49579934189fc56a0e0195c673f9 (diff)
parente26a843caf9f6bb0d11a7128884db235ededcce0 (diff)
Merge branch 'master' into 0.9.x
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);
}