From: Roland Häder <roland@mxchange.org>
Date: Sun, 5 Apr 2009 07:28:21 +0000 (+0000)
Subject: Parser error fixed
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d639afcf89c396fd4ffea9a2b833509679fb3d34;p=core.git

Parser error fixed
---

diff --git a/inc/config.php b/inc/config.php
index c9506f6f..2b362390 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -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());