Skip to content

Commit

Permalink
Fix empty group handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Oct 10, 2024
1 parent 3e2a2e8 commit 24edbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/ABHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,8 @@ public static function doBackupMethod($method, $containerListOverride = null) {
if (!empty($groupContainers)) {
self::doBackupMethod('stopAll', $groupContainers);
self::setCurrentContainerName($container, true);
continue;
}
continue;
}

self::setCurrentContainerName($container);
Expand Down

0 comments on commit 24edbc4

Please sign in to comment.