projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd731d2
)
remove hook not used by cvs
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:28:39 +0000
(16:28 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:28:39 +0000
(16:28 -0400)
IkiWiki/Render.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Render.pm
b/IkiWiki/Render.pm
index 5953b3feef93c9af06b8a491141635f3552fae82..246c2260d7748e9fe2b3522d73035564e0fb6754 100644
(file)
--- a/
IkiWiki/Render.pm
+++ b/
IkiWiki/Render.pm
@@
-554,7
+554,6
@@
sub refresh () {
if (%rendered) {
run_hooks(change => sub { shift->(keys %rendered) });
}
- run_hooks(postrefresh => sub { shift->() });
}
sub commandline_render () {