]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix some bad copy and pasted plugin ids
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 7 Jan 2008 20:28:53 +0000 (15:28 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 7 Jan 2008 20:28:53 +0000 (15:28 -0500)
IkiWiki/Plugin/ddate.pm
IkiWiki/Plugin/inline.pm
IkiWiki/Plugin/prettydate.pm

index 7382d4160cd84fe62f21daa366135dcabfde19f7..6b67f420232adcc835800c5b4729a47a5a7eb1a6 100644 (file)
@@ -6,7 +6,7 @@ use IkiWiki 2.00;
 no warnings;
 
 sub import { #{{{
 no warnings;
 
 sub import { #{{{
-       hook(type => "checkconfig", id => "skeleton", call => \&checkconfig);
+       hook(type => "checkconfig", id => "ddate", call => \&checkconfig);
 } # }}}
 
 sub checkconfig () { #{{{
 } # }}}
 
 sub checkconfig () { #{{{
index b16636a705b80b39404476e0ebfe448561ad6c22..53b051816740db8a2448ac76c04192e887843eb1 100644 (file)
@@ -14,7 +14,7 @@ my %page_numfeeds;
 sub import { #{{{
        hook(type => "getopt", id => "inline", call => \&getopt);
        hook(type => "checkconfig", id => "inline", call => \&checkconfig);
 sub import { #{{{
        hook(type => "getopt", id => "inline", call => \&getopt);
        hook(type => "checkconfig", id => "inline", call => \&checkconfig);
-       hook(type => "sessioncgi", id => "skeleton", call => \&sessioncgi);
+       hook(type => "sessioncgi", id => "inline", call => \&sessioncgi);
        hook(type => "preprocess", id => "inline", 
                call => \&IkiWiki::preprocess_inline);
        hook(type => "pagetemplate", id => "inline",
        hook(type => "preprocess", id => "inline", 
                call => \&IkiWiki::preprocess_inline);
        hook(type => "pagetemplate", id => "inline",
index b31d30cd0643617518eede56ce0fcf16f357c69f..b6110e427b5ca9c9326f572ce2d3df7b955d226f 100644 (file)
@@ -40,7 +40,7 @@ sub default_timetable {
 }
 
 sub import { #{{{
 }
 
 sub import { #{{{
-       hook(type => "checkconfig", id => "skeleton", call => \&checkconfig);
+       hook(type => "checkconfig", id => "prettydate", call => \&checkconfig);
 } # }}}
 
 sub checkconfig () { #{{{
 } # }}}
 
 sub checkconfig () { #{{{