]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusesretweet.php
Undefined Variable in foafgroup.php
[quix0rs-gnu-social.git] / actions / apistatusesretweet.php
index d9d4820c0e35049623da216aa43c2317924432af..128c881e25aef3979e1f253f1f141f4ac46a07ce 100644 (file)
@@ -112,7 +112,7 @@ class ApiStatusesRetweetAction extends ApiAuthAction
 
         $repeat = $this->original->repeat($this->user->id, $this->source);
 
-        common_broadcast_notice($repeat);
+
 
         $this->showNotice($repeat);
     }