Changeset 2661
- Timestamp:
- 05/07/2008 02:30:27 PM (7 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Input.php
r2659 r2661 158 158 $value = isset($array[$key]) ? $array[$key] : $default; 159 159 160 if ($ xss_clean === TRUE AND $this->use_xss_clean === FALSE)160 if ($this->use_xss_clean === FALSE AND $xss_clean === TRUE) 161 161 { 162 162 // XSS clean the value
