summaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-08 16:08:02 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-08 16:08:02 -0400
commitb7950d8d01875747cfe74328358c3ff0304e4ad4 (patch)
tree17ec186804c991ecbc763299dd0a740ef784cee7 /IkiWiki/Render.pm
parent0168cc3c8b12cb4d1eb11889a2d9774bdd68ec59 (diff)
load plugins before printing messages
This allows plugins to getopt and change what is done before an incorrect line is printed.
Diffstat (limited to 'IkiWiki/Render.pm')
-rw-r--r--IkiWiki/Render.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm
index 8591731dc..eb01a4227 100644
--- a/IkiWiki/Render.pm
+++ b/IkiWiki/Render.pm
@@ -508,8 +508,6 @@ sub refresh () { #{{{
} #}}}
sub commandline_render () { #{{{
- loadplugins();
- checkconfig();
lockwiki();
loadindex();
unlockwiki();