Update ProcessReleasesMultiGroup class

This commit is contained in:
DariusIII
2018-02-06 15:51:32 +01:00
parent e2de07d3b6
commit 75bae1e930
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
@@ -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();
}
/**