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
Merge branch 'master' into debian-jessie-backports
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
pagecount.pm
diff --git
a/IkiWiki/Plugin/pagecount.pm
b/IkiWiki/Plugin/pagecount.pm
index 40474b2a1c4b1e05bfac394075339a2d37f7c82a..dd5de3c83102aac6b806eae75a2517c622ac10e2 100644
(file)
--- a/
IkiWiki/Plugin/pagecount.pm
+++ b/
IkiWiki/Plugin/pagecount.pm
@@
-15,6
+15,7
@@
sub getsetup () {
plugin => {
safe => 1,
rebuild => undef,
+ section => "widget",
},
}
@@
-32,7
+33,7
@@
sub preprocess (@) {
return scalar keys %pagesources;
}
- return scalar
use_pagespec
($params{page}, $pages,
+ return scalar
pagespec_match_list
($params{page}, $pages,
deptype => deptype("presence"));
}