X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp%2FPage.php;h=0d7b1643635cff55cab6248a8ff96c464f245fb8;hb=7bea941f3c03e77d5e59275fbf46272e3a37b1d8;hp=57468f8e5e988e90152db9703a8963dc01afe33e;hpb=eaad2207387f23ae9183d03f843fef0a902367ac;p=friendica.git diff --git a/src/App/Page.php b/src/App/Page.php index 57468f8e5e..0d7b164363 100644 --- a/src/App/Page.php +++ b/src/App/Page.php @@ -378,7 +378,7 @@ class Page implements ArrayAccess */ public function exit(ResponseInterface $response) { - header(sprintf("HTTP/%s %i %s", + header(sprintf("HTTP/%s %s %s", $response->getProtocolVersion(), $response->getStatusCode(), $response->getReasonPhrase())