summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-05-02 12:40:46 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-05-02 12:40:46 +0200
commit81aa94bbb533737c19a705d5b8864bd47fbab85c (patch)
tree3c6eb0979804013c4b134614bccad4a9b385839a /system/core/URI.php
parent3110a0a3cc6b25985acc251799ca9cc97f92ce03 (diff)
Reverted rui_string change.
This had knock-on effects as can be seen in #1306. Issue #122 has been reopend until it is fixed properly.
Diffstat (limited to 'system/core/URI.php')
-rwxr-xr-xsystem/core/URI.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/URI.php b/system/core/URI.php
index 705575a0c..cf82c5838 100755
--- a/system/core/URI.php
+++ b/system/core/URI.php
@@ -645,10 +645,10 @@ class CI_URI {
*/
public function ruri_string()
{
- return implode('/', $this->rsegment_array());
+ return '/'.implode('/', $this->rsegment_array());
}
}
/* End of file URI.php */
-/* Location: ./system/core/URI.php */ \ No newline at end of file
+/* Location: ./system/core/URI.php */