@@ -55,7 +55,7 @@ |
||
| 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 | /** |