Fixed the path.

This commit is contained in:
DariusIII
2014-04-19 08:36:44 +02:00
parent 5e08d883b6
commit b2bd0d9790
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);