Fix couple of issues related to constants changes

This commit is contained in:
DariusIII
2020-03-22 22:31:12 +01:00
parent ac87ecf720
commit 5bca7d97e3
5 changed files with 8 additions and 8 deletions
@@ -573,7 +573,7 @@ class ProcessAdditional
// Check if it ends with a dir separator.
if (! preg_match('/[\/\\\\]$/', $this->_mainTmpPath)) {
$this->_mainTmpPath .= DS;
$this->_mainTmpPath .= '/';
}
// If we are doing per group, use the groupID has a inner path, so other scripts don't delete the files we are working on.