summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/libraries/Input.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index 04b373e41..5f47909ac 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -608,6 +608,11 @@ class CI_Input {
}
/*
+ * Capture converted string for later comparison
+ */
+ $converted_string = $str;
+
+ /*
* Not Allowed Under Any Conditions
*/