mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
fix zip close, loop brake condition
This commit is contained in:
parent
50c9066f62
commit
48664f0caf
@ -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 = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user