MDL-78341 tool_httpsreplace: Make progress order deterministic

This commit is contained in:
Brendan Heywood
2023-06-13 22:06:28 +10:00
parent 73ed05ecf2
commit c653fe20bd
@@ -148,7 +148,7 @@ class url_finder {
}
$urls = array();
sort($tables); // Make it easier to see progress because they are ordered.
$numberoftables = count($tables);
$tablenumber = 0;
foreach ($tables as $table) {