mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
@@ -726,7 +726,7 @@ Class ProcessAdditional
|
||||
}
|
||||
|
||||
// Sort the files inside the NZB.
|
||||
usort($this->_nzbContents, ['\tmux\lib\ProcessAdditional', '_sortNZB']);
|
||||
usort($this->_nzbContents, ['ProcessAdditional', '_sortNZB']);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user