mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix wrong function call when adding groups in ProcessReleases class
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-01-24 DariusIII
|
||||
* Fix: Fix wrong function call when adding groups in ProcessReleases class
|
||||
* CHg: Update composer.json
|
||||
* Chg: Update DbUpdate class, remove unused code and optimize some of the functions used
|
||||
2018-01-23 DariusIII
|
||||
|
||||
@@ -639,7 +639,7 @@ class ProcessReleases
|
||||
//check if the group already exists in database
|
||||
$xrefGrpID = Group::getIDByName($grpTmp);
|
||||
if ($xrefGrpID === '') {
|
||||
$xrefGrpID = Group::add(
|
||||
$xrefGrpID = Group::addGroup(
|
||||
[
|
||||
'name' => $grpTmp,
|
||||
'description' => 'Added by Release processing',
|
||||
|
||||
Reference in New Issue
Block a user