From d639afcf89c396fd4ffea9a2b833509679fb3d34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 5 Apr 2009 07:28:21 +0000 Subject: [PATCH] Parser error fixed --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.39.5