diff --git a/bin/monitor.php b/bin/monitor.php index 3e5b5fc02..45bfe5684 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -9,7 +9,7 @@ require_once(dirname(__FILE__) . "/../lib/showsleep.php"); require_once(dirname(__FILE__) . "/../lib/functions.php"); -$version = "0.3r1104"; +$version = "0.3r1105"; $db = new DB(); $functions = new Functions(); diff --git a/lib/Pprocess.php b/lib/Pprocess.php index be3c981a9..7dc676114 100644 --- a/lib/Pprocess.php +++ b/lib/Pprocess.php @@ -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);