diff --git a/Changelog b/Changelog index 1bc8bf90c..78dbd8a88 100755 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/nntmux/NZBMultiGroup.php b/nntmux/NZBMultiGroup.php index bcd20c48c..cb08aa301 100644 --- a/nntmux/NZBMultiGroup.php +++ b/nntmux/NZBMultiGroup.php @@ -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(); } /**