mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
Typo.
This commit is contained in:
@@ -120,7 +120,7 @@ Class ProcessAdditional
|
||||
}
|
||||
$this->_archiveInfo->setExternalClients($clients);
|
||||
|
||||
$this->_hasGNUFile = $this->_functions->hasCommand('file') === true ? true : false);
|
||||
$this->_hasGNUFile = $this->_functions->hasCommand(('file') === true ? true : false);
|
||||
|
||||
// Maximum amount of releases to fetch per run.
|
||||
$this->_queryLimit =
|
||||
|
||||
Reference in New Issue
Block a user