1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

comparison fix

This commit is contained in:
shimon 2023-11-16 20:31:53 +02:00
parent 7cce033682
commit dceb1858b0

View file

@ -90,7 +90,7 @@ class DeleteOrphanedProjects extends Action
/**
* +2 = audit+abuse
*/
if ($collectionsCreated === (count($collectionsConfig) + 2)) {
if ($collectionsCreated >= (count($collectionsConfig) + 2)) {
Console::log($msg . ' ignoring....');
continue;
}