summaryrefslogtreecommitdiffstats
path: root/system/libraries/Input.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Input.php')
-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 a2f1d0056..4d2e9e298 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -834,7 +834,6 @@ class CI_Input {
'/\x0b/', '/\x0c/', // 11, 12
'/[\x0e-\x1f]/' // 14-31
);
-
}
do