Update NZBMultiGroup class

This commit is contained in:
DariusIII
2018-01-12 13:05:45 +01:00
parent 3c75640c88
commit f207b5de4b
2 changed files with 4 additions and 6 deletions
+1
View File
@@ -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
+3 -6
View File
@@ -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();
}
/**