don't lock before setup

master
joey 2006-03-19 22:51:07 +00:00
parent ae0475367c
commit 2f190b3aeb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Welcome to the your new wiki.
Welcome to your new wiki.
All wikis are supposed to have a [[SandBox]], so this one does too.

View File

@ -1281,8 +1281,8 @@ sub setup () { # {{{
} #}}}
# main {{{
lockwiki();
setup() if $config{setup};
lockwiki();
if ($config{wrapper}) {
gen_wrapper(%config);
exit;