summaryrefslogtreecommitdiffstats
path: root/system/libraries/Config.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-04 09:13:57 +0200
committeradmin <devnull@localhost>2006-09-04 09:13:57 +0200
commit813711e6ddfa347fd0d74c109c14fe10a919f668 (patch)
tree2edb3d9765568245485a4160db22cea7b0fa765d /system/libraries/Config.php
parentd7bb13b67294da6f0e0accccf6f992465665c149 (diff)
Diffstat (limited to 'system/libraries/Config.php')
-rw-r--r--system/libraries/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Config.php b/system/libraries/Config.php
index 532f70d42..108c94ab7 100644
--- a/system/libraries/Config.php
+++ b/system/libraries/Config.php
@@ -229,7 +229,7 @@ class CI_Config {
function system_url()
{
$x = explode("/", preg_replace("|/*(.+?)/*$|", "\\1", BASEPATH));
- return $this->item('base_url', 1).end($x).'/';
+ return $this->slash_item('base_url').end($x).'/';
}
// END system_url()