Upgrade to 4.6.1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user