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