summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
authorfabianozenatti <fz@fabianozenatti.it>2014-03-21 12:13:03 +0100
committerfabianozenatti <fz@fabianozenatti.it>2014-03-21 12:13:03 +0100
commit523cda30d21905d6ea4116dce5d44cc109e3e3e8 (patch)
tree5316ebee0752d23c58b72e79ca72d9d9eba45ab9 /system/core/Input.php
parent39233306de07ada3575a71d70349010954676486 (diff)
Fix typo in CI_Input constructor
Diffstat (limited to 'system/core/Input.php')
-rw-r--r--system/core/Input.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Input.php b/system/core/Input.php
index 5ffe43d0e..b8ad7e89c 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -117,7 +117,7 @@ class CI_Input {
$this->_allow_get_array = (config_item('allow_get_array') === TRUE);
$this->_enable_xss = (config_item('global_xss_filtering') === TRUE);
$this->_enable_csrf = (config_item('csrf_protection') === TRUE);
- $this->_sandardize_newlines = (bool) config_item('standardize_newlines');
+ $this->_standardize_newlines = (bool) config_item('standardize_newlines');
$this->security =& load_class('Security', 'core');
@@ -884,4 +884,4 @@ class CI_Input {
}
/* End of file Input.php */
-/* Location: ./system/core/Input.php */ \ No newline at end of file
+/* Location: ./system/core/Input.php */