web commit by EthanGlasserCamp: Oops, this is what the patch actually says!

master
joey 2006-11-08 06:45:05 +00:00
parent a2766fa0d7
commit 0617793bf6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Preliminary patch for a feature wishlist item: [[bugs/pruning_is_too_strict]].
wanted => sub {
$_=decode_utf8($_);
- if (/$config{wiki_file_prune_regexp}/) {
+ if (is_prune($_)) {
+ if (is_prune($_, $config{underlaydir})) {
$File::Find::prune=1;
}
elsif (! -d $_ && ! -l $_) {