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

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

Loading…
Cancel
Save