Fix couple of occurences of missed DS constant usage

This commit is contained in:
DariusIII
2023-04-01 23:05:58 +02:00
parent 2bd4f78a11
commit e577141d87
5 changed files with 15 additions and 25 deletions
@@ -428,7 +428,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.