|
@@ -53,8 +53,7 @@ |
|
|
block discarded – undo |
|
53
|
53
|
if (!$this->filesystem->exists($config_file)) |
|
54
|
54
|
{ |
|
55
|
55
|
$this->filesystem->copy($this->config_template, $config_file, true); |
|
56
|
|
- } |
|
57
|
|
- else if ($retry && file($config_file)[1] !== '// Auto-generated configuration file for phpBB sitemaker') |
|
|
56
|
+ } else if ($retry && file($config_file)[1] !== '// Auto-generated configuration file for phpBB sitemaker') |
|
58
|
57
|
{ |
|
59
|
58
|
$this->filesystem->remove($config_file); |
|
60
|
59
|
return $this->get_settings(false); |
Please login to merge, or discard this patch.