From 9b39f96aeee874d6e1d6112c668a667bd67be77e Mon Sep 17 00:00:00 2001 From: michalsn Date: Fri, 25 Oct 2024 12:32:41 +0200 Subject: [PATCH] cs fix --- system/HTTP/ResponseTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/HTTP/ResponseTrait.php b/system/HTTP/ResponseTrait.php index bb785b6e644d..ede7d89770ed 100644 --- a/system/HTTP/ResponseTrait.php +++ b/system/HTTP/ResponseTrait.php @@ -408,6 +408,7 @@ public function sendHeaders() ); } else { $replace = true; + foreach ($value as $header) { header( $name . ': ' . $header->getValueLine(),