diff options
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 |