From: Joey Hess Date: Wed, 25 Nov 2009 11:49:26 +0000 (-0500) Subject: fix hook names X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/09dbbaf24573b235b8976339062138ec00b94520 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 () {