🤖 Automatic code style fixes
This commit is contained in:
committed by
github-actions[bot]
parent
e82754c523
commit
202f571cbe
@@ -58,7 +58,7 @@ class Crawler
|
|||||||
$path = $root . $local;
|
$path = $root . $local;
|
||||||
|
|
||||||
// do not descent into wiki or data directories
|
// do not descent into wiki or data directories
|
||||||
if(Path::isWikiControlled($path)) return [];
|
if (Path::isWikiControlled($path)) return [];
|
||||||
|
|
||||||
if (($dir = opendir($path)) === false) return [];
|
if (($dir = opendir($path)) === false) return [];
|
||||||
$result = [];
|
$result = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user