mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Small fix
This commit is contained in:
@@ -1592,7 +1592,7 @@ class ProcessAdditional
|
||||
$releaseFilesCount = 0;
|
||||
}
|
||||
|
||||
$this->_passwordStatus = max($this->_passwordStatus);
|
||||
$this->_passwordStatus = max([$this->_passwordStatus]);
|
||||
|
||||
// Set the release to no password if password processing is off.
|
||||
if (! $this->_processPasswords) {
|
||||
|
||||
Reference in New Issue
Block a user