Completed
Push — master ( 990a68...862b39 )
by Yannick
13:09
created
require/class.Elevation.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,9 @@
 block discarded – undo
27 27
 	private $openedFiles = [];
28 28
 
29 29
 	public function __construct($htgFilesDestination = '', $resolution = 3) {
30
-		if ($htgFilesDestination == '') $htgFilesDestination = dirname(__FILE__).'/../install/tmp/';
30
+		if ($htgFilesDestination == '') {
31
+			$htgFilesDestination = dirname(__FILE__).'/../install/tmp/';
32
+		}
31 33
 		$this->htgFilesDestination = $htgFilesDestination;
32 34
 		$this->resolution          = $resolution;
33 35
 		switch ($resolution) {
Please login to merge, or discard this patch.