]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - IkiWiki/Plugin/inline.pm
Added a "changes" hook. Renamed the "change" hook to "rendered", but
[www/ikiwiki.git] / IkiWiki / Plugin / inline.pm
index 62910972f9581c0b06e189994f56f0956df9a084..3b49152f41660ead826aea112152cf20b265b790 100644 (file)
@@ -26,7 +26,7 @@ sub import {
        # Hook to change to do pinging since it's called late.
        # This ensures each page only pings once and prevents slow
        # pings interrupting page builds.
-       hook(type => "change", id => "inline", call => \&IkiWiki::pingurl);
+       hook(type => "rendered", id => "inline", call => \&IkiWiki::pingurl);
 }
 
 sub getopt () {