fix config restoration after wrapper gen

master
joey 2006-03-23 04:07:58 +00:00
parent c0b1bfd0cd
commit 2eb5893ce7
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ sub import {
::checkoptions();
::gen_wrapper();
}
%::config=(%startconfig);
::debug("rebuilding wiki..");
foreach my $c (keys %setup) {
$::config{$c}=::possibly_foolish_untaint($setup{$c})