Parser error fixed
authorRoland Häder <roland@mxchange.org>
Sun, 5 Apr 2009 07:28:21 +0000 (07:28 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 5 Apr 2009 07:28:21 +0000 (07:28 +0000)
inc/config.php

index c9506f6fbcdc4db26fb69a3a579002d9bdd2c936..2b3623907597e162036097e13ad5ae9bb5bfcfac 100644 (file)
@@ -33,7 +33,7 @@ require(ApplicationEntryPoint::detectCorePath() . '/inc/config/class_FrameworkCo
 $cfg = FrameworkConfiguration::getInstance();
 
 // CFG: SERVER-PATH
 $cfg = FrameworkConfiguration::getInstance();
 
 // CFG: SERVER-PATH
-$cfg->setConfigEntry('base_path', ApplicationEntryPoint::detectCorePath() . '/'));
+$cfg->setConfigEntry('base_path', ApplicationEntryPoint::detectCorePath() . '/');
 
 // CFG: BASE-URL
 $cfg->setConfigEntry('base_url', $cfg->detectBaseUrl());
 
 // CFG: BASE-URL
 $cfg->setConfigEntry('base_url', $cfg->detectBaseUrl());