X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fapiaction.php;h=062e6d07746fcf2cfa34b72cfac95f372b8d5575;hb=5a235ffbf905fe16105b5ecf9db3a040f04034b2;hp=09061e364769342b230fbb47d0ecb2d56a536273;hpb=8fac7a9f6c01b2bb0033584d792296cc19b871d2;p=quix0rs-gnu-social.git diff --git a/lib/apiaction.php b/lib/apiaction.php index 09061e3647..062e6d0774 100755 --- a/lib/apiaction.php +++ b/lib/apiaction.php @@ -159,7 +159,7 @@ class ApiAction extends Action $this->limit = $this->count + 1; if ($this->arg('since')) { - header('X-StatusNet-Warning: since parameter is disabled; use since_id'); + header('X-GNUsocial-Warning: since parameter is disabled; use since_id'); } $this->source = $this->trimmed('source');