Upgrade to 4.6.1

This commit is contained in:
Bastian Allgeier
2025-02-06 16:45:55 +01:00
parent b847df1abe
commit abb32d2512
7 changed files with 76 additions and 41 deletions

View File

@@ -287,7 +287,7 @@ class Response
}
// send the content type header
header('Content-Type:' . $this->type() . '; charset=' . $this->charset());
header('Content-Type: ' . $this->type() . '; charset=' . $this->charset());
// print the response body
return $this->body();