]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/repeat.php
Better token revocation
[quix0rs-gnu-social.git] / actions / repeat.php
index b75523498b447cdfdbb489f53ed15d75d891a5c8..e112496bc120dbab109235077b5faa94260764a8 100644 (file)
@@ -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');