]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/blogspam.pm
call initLanguage after initTheme
[ikiwiki.git] / IkiWiki / Plugin / blogspam.pm
index c9883fbc2f4611948462aff26b147c3c4234a409..da63d3edbfae57dd2d94da5f82da768e60ae65b0 100644 (file)
@@ -9,7 +9,7 @@ my $defaulturl='http://test.blogspam.net:8888/';
 
 sub import {
        hook(type => "getsetup", id => "blogspam",  call => \&getsetup);
-       hook(type => "checkconfig", id => "skeleton", call => \&checkconfig);
+       hook(type => "checkconfig", id => "blogspam", call => \&checkconfig);
        hook(type => "checkcontent", id => "blogspam", call => \&checkcontent);
 }