mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update ProcessReleasesMultiGroup class
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user