]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Setup/Standard.pm
move plugin toggles to before config setting again
[git.ikiwiki.info.git] / IkiWiki / Setup / Standard.pm
index dd613fd035d3fc57267497e9840deecad59bebc0..c87fb80f53021c4d203f9187f0dea43fe4db482a 100644 (file)
@@ -62,7 +62,7 @@ sub dumpvalues ($@) { #{{{
                my $key=shift;
                my %info=%{shift()};
 
-               next if $info{type} eq "internal";
+               next if $info{type} eq "internal" || $key eq "plugin";
                
                push @ret, "\t# ".$info{description} if exists $info{description};