diff --git a/Blacklight/processing/post/ProcessAdditional.php b/Blacklight/processing/post/ProcessAdditional.php index c41524f91..0e34b3239 100755 --- a/Blacklight/processing/post/ProcessAdditional.php +++ b/Blacklight/processing/post/ProcessAdditional.php @@ -2209,7 +2209,7 @@ class ProcessAdditional $data = @file_get_contents($fileLocation); if ($data !== false) { if ($this->_nfo->isNFO($data, $this->_release->guid) === true) { - if ($this->_nfo->addAlternateNfo($data, $this->_release, $this->_nntp) === true) { + if ($this->_nfo->addAlternateNfo($data, (array) $this->_release, $this->_nntp) === true) { $this->_releaseHasNoNFO = false; } } diff --git a/Changelog b/Changelog index 7fc9dabc9..8a06e46ea 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-07-19 DariusIII + * Chg: Cast $this->_release as array for addAlternateNfo function * Chg: Update getXXXSamples script * Chg: Remove Blacklight\db\DB class from many scripts in misc/testing folder * Chg: Update ReleaseExtra class constructor