From: Craig Lennox Date: Sat, 30 Oct 2010 16:34:00 +0000 (-0400) Subject: Added missing registration of checkconfig hook. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cf2e3cb7d9d825ec2e517acdbc61e2502b5a87df;p=ikiwiki.git 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 {