diff --git a/lib/Configuration.php b/lib/Configuration.php index e779d05f..f9e21119 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -102,7 +102,7 @@ class Configuration public function __construct() { $config = array(); - $basePath = PATH. 'cfg' . DIRECTORY_SEPARATOR; + $basePath = PATH . 'cfg' . DIRECTORY_SEPARATOR; $configIni = $basePath . 'conf.ini'; if (getenv('CONFIG_PATH') !== false) {