Fix undefined index id in ReleaseRemover.php.

This commit is contained in:
Darko
2015-02-27 10:02:35 +01:00
parent e13dae3f5c
commit fd6d78510a
+1 -1
View File
@@ -909,7 +909,7 @@ class ReleaseRemover
if ($groupIDCount === 0) {
continue;
} elseif ($groupIDCount === 1) {
$groupIDs = $groupIDs[0]['id'];
$groupIDs = $groupIDs[0]['ID'];
} else {
$string = '';
foreach ($groupIDs as $fID) {