From efc08e99f99657623c5add39b1e91bb452ae1ab5 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 15 Apr 2014 14:32:52 +0300 Subject: Follow-up to aeed15eb8556ab671507f17ef9a8cf28903999aa --- system/core/Input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/core/Input.php') diff --git a/system/core/Input.php b/system/core/Input.php index 925047040..6986bd4d3 100644 --- a/system/core/Input.php +++ b/system/core/Input.php @@ -62,7 +62,7 @@ class CI_Input { * * @var bool */ - protected $_standardize_newlines = TRUE; + protected $_standardize_newlines; /** * Enable XSS flag -- cgit v1.2.3-24-g4f1b