Completed
Pull Request — master (#26)
by Daniel
11:55 queued 09:03
created
services/filemanager/settings.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 		$this->config_path = $config_path;
40 40
 		$this->php_ext = $php_ext;
41 41
 
42
-		$this->config_template = __DIR__ . '/default.config';
42
+		$this->config_template = __DIR__.'/default.config';
43 43
 	}
44 44
 
45 45
 	/**
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
 	 */
118 118
 	protected function get_config_file()
119 119
 	{
120
-		$config_file = $this->config_path . 'config.' . $this->php_ext;
120
+		$config_file = $this->config_path.'config.'.$this->php_ext;
121 121
 
122 122
 		if (!$this->filesystem->exists($config_file))
123 123
 		{
Please login to merge, or discard this patch.