fix(updater): fix mrflos bullshit
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Florian Schmitt 2025-03-27 15:06:43 +03:00
parent cf8bf9a9cf
commit c24c4b1f96

View file

@ -489,7 +489,7 @@ function searchWikis($path, $pattern, $depth = 1, $httpCheck = false)
$dirIterator = new RecursiveDirectoryIterator($path, RecursiveDirectoryIterator::SKIP_DOTS); $dirIterator = new RecursiveDirectoryIterator($path, RecursiveDirectoryIterator::SKIP_DOTS);
$iterator = new RecursiveIteratorIterator($dirIterator); $iterator = new RecursiveIteratorIterator($dirIterator);
$iterator->setMaxDepth($depth); $iterator->setMaxDepth($depth);
$httpClient = HttpClientBuilder::buildDefault();
$list = []; $list = [];
$count = 0; $count = 0;