commit | d6c69981ba89e52bec1240307b419806503e1283 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Wed Jun 25 17:29:23 2008 +0000 |
committer | Derek Jones <derek.jones@ellislab.com> | Wed Jun 25 17:29:23 2008 +0000 |
tree | 304423ee0bc980de6f2231651d3170f2bbdad12a | |
parent | fc18b009de9b1f7c1e70ded6cb69aa94b985d09a [diff] |
fixed accidental removal of $converted_string in xss_clean() for image comparison
diff --git a/system/libraries/Input.php b/system/libraries/Input.php index 04b373e..5f47909 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php
@@ -608,6 +608,11 @@ } /* + * Capture converted string for later comparison + */ + $converted_string = $str; + + /* * Not Allowed Under Any Conditions */