From 255172215e8d886ae875e79694bda1a656053410 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Jul 2008 12:53:07 -0400 Subject: fixes --- ikiwiki.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ikiwiki.in') diff --git a/ikiwiki.in b/ikiwiki.in index 0f82f77ac..8066bbc6e 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -149,9 +149,8 @@ sub main () { #{{{ } if ($config{dumpsetup}) { - loadplugins(); - checkconfig(); - IkiWiki::Setup::dump($config{dumpsetup}); + require IkiWiki::Setup::Standard; + IkiWiki::Setup::Standard::dump($config{dumpsetup}); } elsif ($config{wrapper}) { lockwiki(); -- cgit v1.2.3