diff --git a/lib/ProcessAdditional.php b/lib/ProcessAdditional.php index e5fac2fa9..4f976473c 100644 --- a/lib/ProcessAdditional.php +++ b/lib/ProcessAdditional.php @@ -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');