From f675d48dfd42c475fd9c1220dfbb113532356fe8 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Tue, 7 Sep 2021 15:39:44 +0200 Subject: [PATCH] PatchCollector: remove array mixing --- PatchCollector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PatchCollector.php b/PatchCollector.php index bf8d103..2bee523 100644 --- a/PatchCollector.php +++ b/PatchCollector.php @@ -13,7 +13,7 @@ foreach (new \DirectoryIterator(__DIR__ . '/modules') as $file) { } } } -shuffle($list); +//shuffle($list); $db = new Database(__DIR__ . '/db.json'); echo 'Time: ' . date('c', $db->time()) . PHP_EOL;