]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
put back missing loadplugin
authorDavid Bremner <bremner@unb.ca>
Mon, 1 Sep 2008 13:53:32 +0000 (10:53 -0300)
committerDavid Bremner <bremner@unb.ca>
Mon, 1 Sep 2008 13:54:43 +0000 (10:54 -0300)
IkiWiki/Plugin/mailbox.pm

index 6f19d44a7ca6900f3c48d89ebc70f6f7beb64436..14a4a78106ed7409b32cbf89178a03d0fb657a11 100644 (file)
@@ -28,6 +28,8 @@ sub import { #{{{
        hook(type => "preprocess", id => "mailbox", call => \&preprocess);
        hook(type => "scan", id => "mailbox", call => \&scan);
        hook(type => "pagetemplate", id=>"mailbox", call => \&pagetemplate);
+       hook(type => "htmlize",id=>"mbox",call => \&mbox_htmlize);
+       IkiWiki::loadplugin("filecheck");
 } # }}}
 
 sub scan(@){