summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-27 17:48:28 +0200
committerAndrey Andreev <narf@bofh.bg>2012-10-27 17:48:28 +0200
commit8113c0f0143ed94e311f5c0fafa7ba07fd2a5c59 (patch)
treea9a3a81ae3f970e399d35a7ccc15093c39be7549 /system/core/URI.php
parentb9fe7e9be099f450747de6ed28d400764ffc58b3 (diff)
parent3bb4029bbe0db9625be21e2dad82ef18286560ca (diff)
Merge pull request #1935 from vkeranov/develop
Remove some extra new lines
Diffstat (limited to 'system/core/URI.php')
-rw-r--r--system/core/URI.php3
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;
}
-
// --------------------------------------------------------------------
/**