Skip to content

Commit

Permalink
Merge pull request #44 from dokufreaks/bot/autofix
Browse files Browse the repository at this point in the history
🤖 Automatic code style fixes
  • Loading branch information
splitbrain authored Apr 3, 2024
2 parents e82754c + 202f571 commit c470c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function crawl($root, $local, $pattern, $recursive, $titlefile)
$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 = [];
Expand Down

0 comments on commit c470c42

Please sign in to comment.