Passed
Push — snyk-fix-38a8be4ac1c3d13ab8f6c... ( 858b20 )
by Daniel
23:55
created
services/filemanager/settings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 		$this->config_path = $config_path;
54 54
 		$this->php_ext = $php_ext;
55 55
 
56
-		$this->config_template = __DIR__.'/default.config';
56
+		$this->config_template = __DIR__ . '/default.config';
57 57
 	}
58 58
 
59 59
 	/**
Please login to merge, or discard this patch.