Parser error fixed
[core.git] / 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->setConfigEntry('base_path', ApplicationEntryPoint::detectCorePath() . '/'));
+$cfg->setConfigEntry('base_path', ApplicationEntryPoint::detectCorePath() . '/');
 
 // CFG: BASE-URL
 $cfg->setConfigEntry('base_url', $cfg->detectBaseUrl());