]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix id
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 22 Apr 2009 19:38:50 +0000 (15:38 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 22 Apr 2009 19:38:50 +0000 (15:38 -0400)
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);
 
 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);
 }
 
        hook(type => "checkcontent", id => "blogspam", call => \&checkcontent);
 }