X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Frepeat.php;h=e112496bc120dbab109235077b5faa94260764a8;hb=ddb656fcd2a3233b26e28987d2f3425944908d30;hp=38d6efa6c66bbc5f1c692beb91e30472986468de;hpb=27d0e8f0a411488cd2a09009759078501102c7a1;p=quix0rs-gnu-social.git diff --git a/actions/repeat.php b/actions/repeat.php index 38d6efa6c6..e112496bc1 100644 --- a/actions/repeat.php +++ b/actions/repeat.php @@ -106,6 +106,8 @@ class RepeatAction extends Action { $repeat = $this->notice->repeat($this->user->id, 'web'); + + if ($this->boolean('ajax')) { $this->startHTML('text/xml;charset=utf-8'); $this->elementStart('head');