Added missing registration of checkconfig hook.
[ikiwiki.git] / 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 {