mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
Fixed the path.
This commit is contained in:
+1
-1
@@ -813,7 +813,7 @@ class PProcess
|
||||
$this->c->debug('processAdditional', 'Processing ' . $rel['searchname']);
|
||||
|
||||
// Per release defaults.
|
||||
$this->tmpPath = $this->mainTmpPath . $rel['guid'];
|
||||
$this->tmpPath = $this->mainTmpPath . $rel['guid'] . '/';
|
||||
if (!is_dir($this->tmpPath)) {
|
||||
$old = umask(0777);
|
||||
@mkdir($this->tmpPath, 0777, true);
|
||||
|
||||
Reference in New Issue
Block a user