]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/calendar.pm
two typos
[ikiwiki.git] / IkiWiki / Plugin / calendar.pm
index b808c9d1d64bbc5adf226335e14b31d7b5c67085..dd6898c5762cdc9508079733597d6d44ea004236 100644 (file)
@@ -30,8 +30,8 @@ my $time=time;
 my @now=localtime($time);
 
 sub import { #{{{
-       hook(type => "getsetup", id => "version", call => \&getsetup);
-       hook(type => "needsbuild", id => "version", call => \&needsbuild);
+       hook(type => "getsetup", id => "calendar", call => \&getsetup);
+       hook(type => "needsbuild", id => "calendar", call => \&needsbuild);
        hook(type => "preprocess", id => "calendar", call => \&preprocess);
 } #}}}