]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/sortnaturally.pm
poll vote (Accept both)
[ikiwiki.git] / IkiWiki / Plugin / sortnaturally.pm
index 92453749d9048f3acdea42bfc4058360e67d1e63..b038b2f9a662358c015806bd22a7159c51b922c6 100644 (file)
@@ -7,13 +7,14 @@ no warnings;
 
 sub import {
        hook(type => "getsetup", id => "sortnaturally", call => \&getsetup);
+       hook(type => "checkconfig", id => "sortnaturally", call => \&checkconfig);
 }
 
 sub getsetup {
        return
                plugin => {
                        safe => 1,
-                       rebuild => 1,
+                       rebuild => undef,
                },
 }