Bump version. Minor syntax update.

pull/172/head
Mike Cao 10 years ago
parent f28d7eed46
commit 0c8b665304

@ -1 +1 @@
1.2.9
1.2.10

@ -236,8 +236,8 @@ class Response {
}
// Send content length
if( ($length = strlen($this->body)) > 0) {
header("Content-Length: $length");
if (($length = strlen($this->body)) > 0) {
header('Content-Length: '.$length);
}
return $this;

Loading…
Cancel
Save