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
Added a comment
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
sortnaturally.pm
diff --git
a/IkiWiki/Plugin/sortnaturally.pm
b/IkiWiki/Plugin/sortnaturally.pm
index 92453749d9048f3acdea42bfc4058360e67d1e63..b038b2f9a662358c015806bd22a7159c51b922c6 100644
(file)
--- a/
IkiWiki/Plugin/sortnaturally.pm
+++ b/
IkiWiki/Plugin/sortnaturally.pm
@@
-7,13
+7,14
@@
no warnings;
sub import {
hook(type => "getsetup", id => "sortnaturally", call => \&getsetup);
+ hook(type => "checkconfig", id => "sortnaturally", call => \&checkconfig);
}
sub getsetup {
return
plugin => {
safe => 1,
- rebuild =>
1
,
+ rebuild =>
undef
,
},
}