mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update NZBMultiGroup class
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-01-12 DariusIII
|
||||
* Chg: Update NZBMultiGroup class
|
||||
* Chg: Update Groups class
|
||||
* Chg: Change NZB class call options
|
||||
* Fix: Fix wrong column name in ReleaseComment model
|
||||
|
||||
@@ -9,16 +9,13 @@ namespace nntmux;
|
||||
class NZBMultiGroup extends NZB
|
||||
{
|
||||
/**
|
||||
* Default constructor.
|
||||
*
|
||||
*
|
||||
* @param $pdo
|
||||
* NZBMultiGroup constructor.
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function __construct(&$pdo)
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct($pdo);
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user