squashme: fix code style issue
This commit is contained in:
parent
6b0468ebff
commit
b5c86e290f
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue