diff --git a/crontab/crawler.php b/crontab/crawler.php index 89ce823..3fe1171 100644 --- a/crontab/crawler.php +++ b/crontab/crawler.php @@ -420,13 +420,13 @@ try { // Update DB registry $hostPagesSnapAdded += $db->addHostPageSnap($queueHostPage->hostPageId, $crc32data, $time); - - $zip->close(); - - break; } } + + $zip->close(); } + + break; } } }