From: Craig Lennox Date: Sat, 30 Oct 2010 16:34:00 +0000 (-0400) Subject: Added missing registration of checkconfig hook. X-Git-Tag: 3.20100815.2~12 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/61ced4a5da4bbe8eaa4ee1d562e575a975f569f8 Added missing registration of checkconfig hook. (cherry picked from commit cf2e3cb7d9d825ec2e517acdbc61e2502b5a87df) --- 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 {