Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas committed Sep 15, 2020
1 parent 245e57b commit 19b8dc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/Sympa/List.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4773,6 +4773,7 @@ sub _load_include_admin_user_file {

_load_include_admin_user_postprocess(\%include);

delete $include{defaults};
foreach my $cfgs (values %include) {
foreach my $cfg (@{$cfgs || []}) {
foreach my $k (keys %$entry) {
Expand Down Expand Up @@ -6265,7 +6266,8 @@ sub _load_include_admin_user_postprocess {
};
}
delete $config_hash->{'include_list'};
delete $config_hash->{'defaults'}{'include_sympa_list'};
delete $config_hash->{'defaults'}{'include_list'}
if $config_hash->{'defaults'};
}
}

Expand Down

0 comments on commit 19b8dc1

Please sign in to comment.