diff options
author | Andrey Andreev <narf@devilix.net> | 2014-04-15 13:32:52 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-04-15 13:32:52 +0200 |
commit | efc08e99f99657623c5add39b1e91bb452ae1ab5 (patch) | |
tree | 3c706472283c5682f051dc252b33cfcd188500e2 /system/core/Input.php | |
parent | aeed15eb8556ab671507f17ef9a8cf28903999aa (diff) |
Follow-up to aeed15eb8556ab671507f17ef9a8cf28903999aa
Diffstat (limited to 'system/core/Input.php')
-rw-r--r-- | system/core/Input.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |