]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Setup/Standard.pm
another sub, wow
[ikiwiki.git] / IkiWiki / Setup / Standard.pm
index d5135f3eb8de14acdda1d6ac37aee45d192eb6bb..56ed5ab3b553e7f17b3b257cc82ee94049821770 100644 (file)
@@ -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();