summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/libraries/Input.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index 8408b16fc..b630bf6b8 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -436,7 +436,6 @@ class CI_Input {
* these are the ones that will pose security problems.
*
*/
-
if (preg_match_all("/<(.+?)>/si", $str, $matches))
{
for ($i = 0; $i < count($matches['0']); $i++)