diff options
author | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:12:24 +0200 |
---|---|---|
committer | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:12:24 +0200 |
commit | 2b6b4300b36365bc060b1697e3f3c7088e6856e6 (patch) | |
tree | ce2f2c9889794e42bc818832d2f4a65e59d9ec17 | |
parent | 31b7c339a1ffda23d9ad288e294fbde5e7e22f70 (diff) |
Update system/core/URI.php
-rw-r--r-- | system/core/URI.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/core/URI.php b/system/core/URI.php index 13530bd63..33f7d21fa 100644 --- a/system/core/URI.php +++ b/system/core/URI.php @@ -473,7 +473,7 @@ class CI_URI { $segments = array_slice($this->$segment_array(), ($n - 1)); $i = 0; $lastval = ''; - $retval = array(); + $retval = array(); foreach ($segments as $seg) { if ($i % 2) @@ -640,7 +640,6 @@ class CI_URI { return $this->uri_string; } - // -------------------------------------------------------------------- /** |