From 44dc50e41b9eab2ad62f5abe09641247733c836d Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Sun, 28 Oct 2012 13:30:21 +0200 Subject: Fix #1937 --- system/core/Output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/core') 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 -- cgit v1.2.3-24-g4f1b