]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/googlecalendar.pm
* Work on firming up the plugin interface:
[git.ikiwiki.info.git] / IkiWiki / Plugin / googlecalendar.pm
index c99563d9591f856ed7e01661534733ea812b206e..c6abeb717d96ca7cdc16bd3e7f15e130b2d99d55 100644 (file)
@@ -7,9 +7,9 @@ use IkiWiki;
 use IPC::Open2;
 
 sub import { #{{{
-       IkiWiki::hook(type => "preprocess", id => "googlecalendar",
+       hook(type => "preprocess", id => "googlecalendar",
                call => \&preprocess);
-       IkiWiki::hook(type => "format", id => "googlecalendar",
+       hook(type => "format", id => "googlecalendar",
                call => \&format);
 } # }}}