master
joey 2006-12-21 19:46:01 +00:00
parent 0dc8b91226
commit 6492f5ee57
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ sub getconfig () { #{{{
"sslcookie!" => \$config{sslcookie},
"httpauth!" => \$config{httpauth},
"exclude=s@" => sub {
push @{$config{wiki_file_prune_regexp}}, $_[1];
push @{$config{wiki_file_prune_regexps}}, $_[1];
},
"adminuser=s@" => sub {
push @{$config{adminuser}}, $_[1]