fix zip close, loop brake condition

This commit is contained in:
ghost 2023-05-14 04:33:35 +03:00
parent 50c9066f62
commit 48664f0caf

View File

@ -420,13 +420,13 @@ try {
// Update DB registry // Update DB registry
$hostPagesSnapAdded += $db->addHostPageSnap($queueHostPage->hostPageId, $crc32data, $time); $hostPagesSnapAdded += $db->addHostPageSnap($queueHostPage->hostPageId, $crc32data, $time);
$zip->close();
break;
} }
} }
$zip->close();
} }
break;
} }
} }
} }