From f207b5de4b29316cfeea7d2f8f3d5d47ec7e3195 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 12 Jan 2018 13:05:45 +0100 Subject: [PATCH] Update NZBMultiGroup class --- Changelog | 1 + nntmux/NZBMultiGroup.php | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) 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(); } /**