summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/URI.php')
-rw-r--r--system/core/URI.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/core/URI.php b/system/core/URI.php
index 7809e17c0..067338d2a 100644
--- a/system/core/URI.php
+++ b/system/core/URI.php
@@ -326,6 +326,8 @@ class CI_URI {
{
show_error('The URI you submitted has disallowed characters.', 400);
}
+
+ return $str;
}
// --------------------------------------------------------------------