diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-01-13 14:04:36 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-01-13 14:04:36 +0100 |
commit | 87a5cf3ee39cb76ff2ba50d49ca5d03588a3fd9f (patch) | |
tree | db4d7b066d29ab8eec29138a399d61ce6fae36aa /system/core | |
parent | b298374c1628f2768da0fc98308adb9ac761e854 (diff) | |
parent | 3cf4c4eb3e25459763fef023435e3157178a08f5 (diff) |
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/URI.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/URI.php b/system/core/URI.php index 479a225fb..769dacd09 100644 --- a/system/core/URI.php +++ b/system/core/URI.php @@ -642,7 +642,7 @@ class CI_URI { */ function ruri_string() { - return '/'.implode('/', $this->rsegment_array()).'/'; + return '/'.implode('/', $this->rsegment_array()); } } |