diff options
author | Craig Lennox <blipvert@blipvertica.com> | 2010-10-30 12:34:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-31 10:12:01 -0400 |
commit | cf2e3cb7d9d825ec2e517acdbc61e2502b5a87df (patch) | |
tree | d5aac9552a55993448c9b57f77694f280dee97aa /IkiWiki/Plugin | |
parent | d346b9ad1e1bca8588c5388330080dc05cfa3ef3 (diff) | |
download | ikiwiki-cf2e3cb7d9d825ec2e517acdbc61e2502b5a87df.tar ikiwiki-cf2e3cb7d9d825ec2e517acdbc61e2502b5a87df.tar.gz |
Added missing registration of checkconfig hook.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/sortnaturally.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/sortnaturally.pm b/IkiWiki/Plugin/sortnaturally.pm index 62e42767c..b038b2f9a 100644 --- 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 { |