]> sipb.mit.edu Git - ikiwiki.git/commitdiff
two typos
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 23:05:52 +0000 (19:05 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 23:05:52 +0000 (19:05 -0400)
IkiWiki/Plugin/calendar.pm

index b808c9d1d64bbc5adf226335e14b31d7b5c67085..dd6898c5762cdc9508079733597d6d44ea004236 100644 (file)
@@ -30,8 +30,8 @@ my $time=time;
 my @now=localtime($time);
 
 sub import { #{{{
 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);
 } #}}}
 
        hook(type => "preprocess", id => "calendar", call => \&preprocess);
 } #}}}