Merge pull request #44 from dokufreaks/bot/autofix
🤖 Automatic code style fixes
This commit is contained in:
@@ -58,7 +58,7 @@ class Crawler
|
||||
$path = $root . $local;
|
||||
|
||||
// do not descent into wiki or data directories
|
||||
if(Path::isWikiControlled($path)) return [];
|
||||
if (Path::isWikiControlled($path)) return [];
|
||||
|
||||
if (($dir = opendir($path)) === false) return [];
|
||||
$result = [];
|
||||
|
||||
Reference in New Issue
Block a user