From: Craig Lennox Date: Sat, 30 Oct 2010 16:34:00 +0000 (-0400) Subject: Added missing registration of checkconfig hook. X-Git-Tag: 3.20101112~41 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/cf2e3cb7d9d825ec2e517acdbc61e2502b5a87df?hp=d346b9ad1e1bca8588c5388330080dc05cfa3ef3 Added missing registration of checkconfig hook. --- 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 {