mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Fix couple of occurences of missed DS constant usage
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user