From: Joey Hess Date: Wed, 25 Nov 2009 11:49:26 +0000 (-0500) Subject: fix hook names X-Git-Tag: 3.20091202~37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=09dbbaf24573b235b8976339062138ec00b94520;p=ikiwiki.git fix hook names --- diff --git a/IkiWiki/Plugin/date.pm b/IkiWiki/Plugin/date.pm index 8f2aa73d6..652e6df0a 100644 --- a/IkiWiki/Plugin/date.pm +++ b/IkiWiki/Plugin/date.pm @@ -6,8 +6,8 @@ use strict; use IkiWiki 3.00; sub import { - hook(type => "getsetup", id => "meta", call => \&getsetup); - hook(type => "preprocess", id => "meta", call => \&preprocess); + hook(type => "getsetup", id => "date", call => \&getsetup); + hook(type => "preprocess", id => "date", call => \&preprocess); } sub getsetup () {