This commit is contained in:
parent
cf8bf9a9cf
commit
c24c4b1f96
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue