]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/prettydate.pm
fix some bad copy and pasted plugin ids
[ikiwiki.git] / IkiWiki / Plugin / prettydate.pm
index b31d30cd0643617518eede56ce0fcf16f357c69f..b6110e427b5ca9c9326f572ce2d3df7b955d226f 100644 (file)
@@ -40,7 +40,7 @@ sub default_timetable {
 }
 
 sub import { #{{{
-       hook(type => "checkconfig", id => "skeleton", call => \&checkconfig);
+       hook(type => "checkconfig", id => "prettydate", call => \&checkconfig);
 } # }}}
 
 sub checkconfig () { #{{{