]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Added missing registration of checkconfig hook.
authorCraig Lennox <blipvert@blipvertica.com>
Sat, 30 Oct 2010 16:34:00 +0000 (12:34 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 12 Nov 2010 05:51:53 +0000 (01:51 -0400)
(cherry picked from commit cf2e3cb7d9d825ec2e517acdbc61e2502b5a87df)

IkiWiki/Plugin/sortnaturally.pm

index 62e42767c99a48170ddb58c1473b8b49131ad24b..b038b2f9a662358c015806bd22a7159c51b922c6 100644 (file)
@@ -7,6 +7,7 @@ no warnings;
 
 sub import {
        hook(type => "getsetup", id => "sortnaturally", call => \&getsetup);
+       hook(type => "checkconfig", id => "sortnaturally", call => \&checkconfig);
 }
 
 sub getsetup {