Revert "Cleanup and category fixes."

This reverts commit 925f4b84ff.
This commit is contained in:
DariusIII
2015-03-05 16:38:10 +01:00
parent 925f4b84ff
commit 0d020a8b8d
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -718,7 +718,7 @@ Class ProcessAdditional
}
// Get a list of files in the nzb.
$this->_nzbContents = $this->_nzb->nzbFileList($nzbContents);
$this->_nzbContents = $this->nnnzb->nzbFileList($nzbContents);
if (count($this->_nzbContents) === 0) {
$this->_echo('NZB is potentially broken for GUID: ' . $this->_release['guid'], 'warning');