diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-05-02 16:17:29 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-05-02 16:17:29 +0200 |
commit | 9e0be2ba2179a93200d16a72c74e2ac61f9a71d4 (patch) | |
tree | 69a0b447980c260ee40d53714ad58036ada8da1a /system/core/URI.php | |
parent | b75faa1a03a32330e412f0bd0332fb9fa389e914 (diff) | |
parent | ee04a913dfd78d394a0e09f01655df0870369512 (diff) |
Merge upstream
Diffstat (limited to 'system/core/URI.php')
-rwxr-xr-x | system/core/URI.php | 4 |
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 */ |