mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-09 22:37:57 +00:00
fix zip close, loop brake condition
This commit is contained in:
parent
50c9066f62
commit
48664f0caf
@ -420,13 +420,13 @@ try {
|
||||
|
||||
// Update DB registry
|
||||
$hostPagesSnapAdded += $db->addHostPageSnap($queueHostPage->hostPageId, $crc32data, $time);
|
||||
|
||||
$zip->close();
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
$zip->close();
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user