Completed
Push — fix-qinst ( d8e76d...0a57f0 )
by Julien
20:53
created
lib/SSpkS/Package/Package.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $this->filenameNoExt = basename($filename, '.spk');
56 56
         $this->filepathNoExt = $this->config->paths['cache'] . $this->filenameNoExt;
57 57
         $this->metafile      = $this->filepathNoExt . '.nfo';
58
-        $this->wizardsdir   = $this->filepathNoExt . '.wizard';
58
+        $this->wizardsdir = $this->filepathNoExt . '.wizard';
59 59
     }
60 60
 
61 61
     /**
Please login to merge, or discard this patch.
lib/SSpkS/Handler/SynologyHandler.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,9 +45,9 @@
 block discarded – undo
45 45
         $build    = trim($_REQUEST['build']);
46 46
         $channel  = trim($_REQUEST['package_update_channel']);
47 47
         if (isset($_REQUEST['language'])) {
48
-          $language = trim($_REQUEST['language']);
48
+            $language = trim($_REQUEST['language']);
49 49
         } else {
50
-          $language = '';
50
+            $language = '';
51 51
         }
52 52
 
53 53
         // more parameters: timezone and unique
Please login to merge, or discard this patch.