fix config restoration after wrapper gen
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 23 Mar 2006 04:07:58 +0000 (04:07 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 23 Mar 2006 04:07:58 +0000 (04:07 +0000)
IkiWiki/Setup/Standard.pm

index da712e94aa784ea482f622e35fd4632ec0223635..4d1118f304b871024b93157a4c5fea941ed96cd9 100644 (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})