commit | 4e4f2f596700e6892b31b8b6ce987b2511a3cd98 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu May 01 12:47:42 2014 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Thu May 01 12:47:42 2014 +0300 |
tree | b0afc4ca867a1eec19768f3a3a176ce1fd859e1c | |
parent | ac9ee53f47d3fe3803d6d3cfe3a058edd8895971 [diff] [blame] |
Fix a typo
diff --git a/system/core/URI.php b/system/core/URI.php index 2361ecf..3b4d2e0 100644 --- a/system/core/URI.php +++ b/system/core/URI.php
@@ -160,7 +160,7 @@ $this->segments[0] = NULL; // Populate the segments array - foreach (explode('/', trim($this->uri->string, '/')) as $val) + foreach (explode('/', trim($this->uri_string, '/')) as $val) { // Filter segments for security $val = trim($this->filter_uri($val));