diff options
author | Razican <admin@razican.com> | 2014-11-11 11:25:40 +0100 |
---|---|---|
committer | Razican <admin@razican.com> | 2014-11-11 11:25:40 +0100 |
commit | fa11460e34b90016f185a03bc39c529577ee2cd7 (patch) | |
tree | 7a12ae217438bbe543a5b308613a86b5c8853fd4 /system/core/URI.php | |
parent | 1c775e7d0b95bbf972f3924319a8d46f54be0dc9 (diff) |
Fixed return.
Signed-off-by: Razican <admin@razican.com>
Diffstat (limited to 'system/core/URI.php')
-rw-r--r-- | system/core/URI.php | 2 |
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; } // -------------------------------------------------------------------- |