|
@@ -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.