]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/recentchanges.pm
Split cgi_goto into a goto plugin
[ikiwiki.git] / IkiWiki / Plugin / recentchanges.pm
index 56e80e7b815954e8a42c32bc284a03a62e94e327..329dd6f3255f278a81322a87a7d2c2ca6ebec2e8 100644 (file)
@@ -13,6 +13,8 @@ sub import {
        hook(type => "refresh", id => "recentchanges", call => \&refresh);
        hook(type => "pagetemplate", id => "recentchanges", call => \&pagetemplate);
        hook(type => "htmlize", id => "_change", call => \&htmlize);
+       # Load goto to fix up links from recentchanges
+       IkiWiki::loadplugin("goto");
 }
 
 sub getsetup () {