fix: #33454 Site config was not set in the correct order #2
1 changed files with 1 additions and 1 deletions
fix: #33454 The localConf variable cannot be false by default; in which case the site test will fail
commit
42921d0456
|
|
@ -153,7 +153,7 @@ class Settings implements \Iterator, \Countable
|
|||
|
||||
// load local config without merging - we need it here for the mode
|
||||
$conf = $this->buildFileName();
|
||||
$localConf = false;
|
||||
$localConf = [];
|
||||
if (file_exists($conf)) $localConf = require($conf);
|
||||
|
||||
// if a mode was set in the constructor do not overwrite it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue