diff options
author | Amitai Schlair <schmonz@magnetic-babysitter.(none)> | 2009-09-10 17:34:52 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz@magnetic-babysitter.(none)> | 2009-09-10 17:34:52 -0400 |
commit | b2bd2e93f01979df1a25e6f349022103bc20339a (patch) | |
tree | e05cd6dd41e825dfd541911499aa56fd91800c00 /IkiWiki/Render.pm | |
parent | 06c712a7f0c75da344da43cd6030924b856a9439 (diff) | |
download | ikiwiki-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.pm | 1 |
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 () { |