X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ec866f83703e63c0750df0b955a3288434a127b3..4eba3f631b91df2d250fa11c07260e97b7795adf:/IkiWiki/Render.pm diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index 959279fc8..eb01a4227 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -214,7 +214,7 @@ sub render ($) { #{{{ if (link($srcfile, $config{destdir}."/".$file)) { return; } - # if hardlink fails, fall back top copying + # if hardlink fails, fall back to copying } my $srcfd=readfile($srcfile, 1, 1); @@ -508,8 +508,6 @@ sub refresh () { #{{{ } #}}} sub commandline_render () { #{{{ - loadplugins(); - checkconfig(); lockwiki(); loadindex(); unlockwiki();