X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frepeat.php;h=e112496bc120dbab109235077b5faa94260764a8;hb=b31c79cee1565ca9bca5bcaffcbec04ddb312041;hp=b75523498b447cdfdbb489f53ed15d75d891a5c8;hpb=2a1468ec8b2918553b490ddaef6bdede3e2d5b1b;p=quix0rs-gnu-social.git diff --git a/actions/repeat.php b/actions/repeat.php index b75523498b..e112496bc1 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');