typo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 21 Dec 2006 19:46:01 +0000 (19:46 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 21 Dec 2006 19:46:01 +0000 (19:46 +0000)
ikiwiki.in

index ad25582581e38fffa807c9b6a4594c1b65ca29de..d18970d0f931bbb7975552bea63b9e7a88a59eb3 100755 (executable)
@@ -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]