Skip to content

Commit

Permalink
Item12952: group plugins and contribs and sort within the sets
Browse files Browse the repository at this point in the history
  • Loading branch information
crawford committed Sep 2, 2014
1 parent 1342dc0 commit bd55e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/LoadSpec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ sub _loadSpecsFrom {

# note we ignore specs from any extension where the name starts
# with "Empty" e.g. EmptyPlugin, EmptyContrib
foreach my $extension ( grep { !/^\./ && !/^Empty/ } readdir D ) {
foreach my $extension ( sort grep { !/^\./ && !/^Empty/ } readdir D ) {

next if $read->{$extension};

Expand Down

0 comments on commit bd55e14

Please sign in to comment.