Completed
Push — develop ( 0abb5c...f6ad79 )
by Daniel
12:48
created
services/filemanager/settings.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.