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.