mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Fix undefined index id in ReleaseRemover.php.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user