Преглед изворни кода

squashme: fix code style issue

Lucas Savva пре 6 година
родитељ
комит
b5c86e290f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/Configuration.php

+ 1 - 1
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) {