diff --git a/Changelog b/Changelog index 3aa9ec8cb..7de74a94a 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-02-06 DariusIII + * Chg: Update ProcessReleasesMultiGroup class * Chg: Update SphinxSearch class * Fix: Update installation console commands to fix missing type error when using fixtures in production 2018-02-04 DariusIII diff --git a/nntmux/processing/ProcessReleasesMultiGroup.php b/nntmux/processing/ProcessReleasesMultiGroup.php index 11bbf8f3a..fc073e176 100644 --- a/nntmux/processing/ProcessReleasesMultiGroup.php +++ b/nntmux/processing/ProcessReleasesMultiGroup.php @@ -22,7 +22,7 @@ class ProcessReleasesMultiGroup extends ProcessReleases public function __construct(array $options = []) { parent::__construct($options); - $this->nzb = new NZBMultiGroup($this->pdo); + $this->nzb = new NZBMultiGroup(); } /**