commit | cdfbd5281e4dec7278a07943832c2590c1141eb3 | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Thu Apr 26 22:13:31 2012 +0100 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Thu Apr 26 22:13:31 2012 +0100 |
tree | 207cbf75e1783db8c6d05ab2ab1f179fce56efc8 | |
parent | 1991379f11af083675b60979c5d9f2a9bba213a4 [diff] [blame] |
Fixed issue #122 - ruri_string() in subdirs.
diff --git a/system/core/URI.php b/system/core/URI.php index 48bb7ae..17300df 100755 --- a/system/core/URI.php +++ b/system/core/URI.php
@@ -641,10 +641,10 @@ */ public function ruri_string() { - return '/'.implode('/', $this->rsegment_array()); + return implode('/', $this->rsegment_array()); } } /* End of file URI.php */ -/* Location: ./system/core/URI.php */ +/* Location: ./system/core/URI.php */ \ No newline at end of file