diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 08:04:34 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 08:04:34 +0000 |
commit | 0943c375d42862c6db9561787ebd9ddae48d890a (patch) | |
tree | 831e960c90b999b8a0dad4c26d342f867e87f399 /IkiWiki | |
parent | 5513fb46543f28e531ed4ac0826e4651b10af702 (diff) |
another sub, wow
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Setup/Standard.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Setup/Standard.pm b/IkiWiki/Setup/Standard.pm index d5135f3eb..56ed5ab3b 100644 --- a/IkiWiki/Setup/Standard.pm +++ b/IkiWiki/Setup/Standard.pm @@ -24,7 +24,7 @@ sub setup_standard { my %startconfig=(%config); foreach my $wrapper (@{$setup{wrappers}}) { %config=(%startconfig, verbose => 0, %setup, %{$wrapper}); - checkoptions(); + checkconfig(); gen_wrapper(); } %config=(%startconfig); @@ -36,7 +36,7 @@ sub setup_standard { } $config{rebuild}=1; - checkoptions(); + checkconfig(); lockwiki(); refresh(); |