Cleanup and category fixes.

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