aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz@magnetic-babysitter.(none)>2009-09-10 17:34:52 -0400
committerAmitai Schlair <schmonz@magnetic-babysitter.(none)>2009-09-10 17:34:52 -0400
commitb2bd2e93f01979df1a25e6f349022103bc20339a (patch)
treee05cd6dd41e825dfd541911499aa56fd91800c00 /IkiWiki/Render.pm
parent06c712a7f0c75da344da43cd6030924b856a9439 (diff)
downloadikiwiki-b2bd2e93f01979df1a25e6f349022103bc20339a.tar
ikiwiki-b2bd2e93f01979df1a25e6f349022103bc20339a.tar.gz
Revivify unixauth and rsync plugins (and hook needed by rsync) lost in
the last merge. I should really put each feature on its own git branch.
Diffstat (limited to 'IkiWiki/Render.pm')
-rw-r--r--IkiWiki/Render.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm
index 246c2260d..5953b3fee 100644
--- a/IkiWiki/Render.pm
+++ b/IkiWiki/Render.pm
@@ -554,6 +554,7 @@ sub refresh () {
if (%rendered) {
run_hooks(change => sub { shift->(keys %rendered) });
}
+ run_hooks(postrefresh => sub { shift->() });
}
sub commandline_render () {