Fix wrong function call when adding groups in ProcessReleases class

This commit is contained in:
DariusIII
2018-01-24 15:18:23 +01:00
parent 2e529ef77d
commit 97d4248f9d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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',