squashme: fix code style issue

This commit is contained in:
Lucas Savva 2019-12-20 10:42:59 +00:00
parent 6b0468ebff
commit b5c86e290f

View file

@ -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) {