Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas authored and racke committed Nov 10, 2020
1 parent 167c287 commit f2bfaf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Sympa/List.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4135,6 +4135,7 @@ sub _load_include_admin_user_file {
delete $include{defaults};
foreach my $cfgs (values %include) {
foreach my $cfg (@{$cfgs || []}) {
next unless ref $cfg; # include_file doesn't have parameters
foreach my $k (keys %$entry) {
next if $k eq 'source';
next if $k eq 'source_parameters';
Expand Down

0 comments on commit f2bfaf7

Please sign in to comment.