From b2bd0d979053301ea96c031bd6427ebf5a82a0da Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 19 Apr 2014 08:36:44 +0200 Subject: [PATCH] Fixed the path. --- bin/monitor.php | 2 +- lib/Pprocess.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);