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,16 +420,16 @@ try {
// Update DB registry // Update DB registry
$hostPagesSnapAdded += $db->addHostPageSnap($queueHostPage->hostPageId, $crc32data, $time); $hostPagesSnapAdded += $db->addHostPageSnap($queueHostPage->hostPageId, $crc32data, $time);
}
}
$zip->close(); $zip->close();
}
break; break;
} }
} }
} }
}
}
}
// Begin page links collection // Begin page links collection
$links = []; $links = [];