@@ -67,7 +67,7 @@ |
||
67 | 67 | */ |
68 | 68 | public function printResponse() |
69 | 69 | { |
70 | - header("HTTP/1.1 ".$this->getStatusCode(), true, $this->getStatusCode()); |
|
70 | + header("HTTP/1.1 " . $this->getStatusCode(), true, $this->getStatusCode()); |
|
71 | 71 | header('Content-Type: application/json', true); |
72 | 72 | header('Content-Length: ' . strlen($this->toJson())); |
73 | 73 | echo ($this->toJson()); |