Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't memoize ensure_committer
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
listdirectives.pm
diff --git
a/IkiWiki/Plugin/listdirectives.pm
b/IkiWiki/Plugin/listdirectives.pm
index 09f08c5671ad82a7562a558342723669e5614641..835e253886d67e2223bab034643c4823fa8d23bb 100644
(file)
--- a/
IkiWiki/Plugin/listdirectives.pm
+++ b/
IkiWiki/Plugin/listdirectives.pm
@@
-19,6
+19,7
@@
sub getsetup () {
plugin => {
safe => 1,
rebuild => undef,
+ section => "widget",
},
directive_description_dir => {
type => "string",
@@
-63,6
+64,8
@@
sub needsbuild (@) {
}
}
}
+
+ return $needsbuild;
}
sub preprocess (@) {