projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bffce0
)
two typos
author
Joey Hess
<joey@kodama.kitenet.net>
Sat, 26 Jul 2008 23:05:52 +0000
(19:05 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sat, 26 Jul 2008 23:05:52 +0000
(19:05 -0400)
IkiWiki/Plugin/calendar.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/calendar.pm
b/IkiWiki/Plugin/calendar.pm
index b808c9d1d64bbc5adf226335e14b31d7b5c67085..dd6898c5762cdc9508079733597d6d44ea004236 100644
(file)
--- a/
IkiWiki/Plugin/calendar.pm
+++ b/
IkiWiki/Plugin/calendar.pm
@@
-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);
} #}}}