From 4ac5685744e3678e8c583f671978746ddc37e9a1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Jan 2008 15:28:53 -0500 Subject: fix some bad copy and pasted plugin ids --- IkiWiki/Plugin/ddate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki/Plugin/ddate.pm') diff --git a/IkiWiki/Plugin/ddate.pm b/IkiWiki/Plugin/ddate.pm index 7382d4160..6b67f4202 100644 --- a/IkiWiki/Plugin/ddate.pm +++ b/IkiWiki/Plugin/ddate.pm @@ -6,7 +6,7 @@ use IkiWiki 2.00; no warnings; sub import { #{{{ - hook(type => "checkconfig", id => "skeleton", call => \&checkconfig); + hook(type => "checkconfig", id => "ddate", call => \&checkconfig); } # }}} sub checkconfig () { #{{{ -- cgit v1.2.3