diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-28 12:30:21 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-28 12:30:21 +0100 |
commit | 44dc50e41b9eab2ad62f5abe09641247733c836d (patch) | |
tree | a29ec4793d118cd6607d9fa8dc7b85acd6c02ef7 /system | |
parent | 8113c0f0143ed94e311f5c0fafa7ba07fd2a5c59 (diff) |
Fix #1937
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Output.php b/system/core/Output.php index e969ba899..3bb8f8dc0 100644 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -188,7 +188,7 @@ class CI_Output { * @param bool $replace Whether to replace the old header value, if already set * @return object $this */ - public function set_header($header, $replace) + public function set_header($header, $replace = TRUE) { // If zlib.output_compression is enabled it will compress the output, // but it will not modify the content-length header to compensate for |