diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 07:58:43 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 07:58:43 +0000 |
commit | 5513fb46543f28e531ed4ac0826e4651b10af702 (patch) | |
tree | 75a89f32db938df15fe49e03af375afe912a63e7 /IkiWiki/Setup | |
parent | 5230f4e50b5a21f1fca2edd89c981e944cdf05a0 (diff) |
lock wiki here too
Diffstat (limited to 'IkiWiki/Setup')
-rw-r--r-- | IkiWiki/Setup/Standard.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IkiWiki/Setup/Standard.pm b/IkiWiki/Setup/Standard.pm index 9aa9299ea..d5135f3eb 100644 --- a/IkiWiki/Setup/Standard.pm +++ b/IkiWiki/Setup/Standard.pm @@ -35,7 +35,9 @@ sub setup_standard { if defined $setup{$c} && ! ref $setup{$c}; } $config{rebuild}=1; + checkoptions(); + lockwiki(); refresh(); debug("done"); |