projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d346b9a
)
Added missing registration of checkconfig hook.
author
Craig Lennox
<blipvert@blipvertica.com>
Sat, 30 Oct 2010 16:34:00 +0000
(12:34 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sun, 31 Oct 2010 14:12:01 +0000
(10:12 -0400)
IkiWiki/Plugin/sortnaturally.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/sortnaturally.pm
b/IkiWiki/Plugin/sortnaturally.pm
index 62e42767c99a48170ddb58c1473b8b49131ad24b..b038b2f9a662358c015806bd22a7159c51b922c6 100644
(file)
--- a/
IkiWiki/Plugin/sortnaturally.pm
+++ b/
IkiWiki/Plugin/sortnaturally.pm
@@
-7,6
+7,7
@@
no warnings;
sub import {
hook(type => "getsetup", id => "sortnaturally", call => \&getsetup);
+ hook(type => "checkconfig", id => "sortnaturally", call => \&checkconfig);
}
sub getsetup {