We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af08fdc commit dac99eeCopy full SHA for dac99ee
modules/installer/controller/setup.php
@@ -125,7 +125,7 @@ private function step1()
125
$config['app']['name'] = $_POST['site_name'];
126
$config['app']['debug'] = $_POST['debug']?true:false;
127
$config['app']['ssl'] = $_POST['ssl']?true:false;
128
- $config['app'] = array_merge($config['app'], $_POST['settings']);
+ $config['app'] = array_merge($config['app'], $_POST['settings']??[]);
129
if($this->saveConfig($config))
130
{
131
return true;
0 commit comments