Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
6db8e944
Unverified
Commit
6db8e944
authored
Sep 15, 2020
by
IKEDA Soji
Committed by
GitHub
Sep 15, 2020
Browse files
Merge pull request #997 from ikedas/issue-969 by ikedas
Additional fix to #973 (#969)
parents
5e4f654d
19b8dc18
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
6db8e944
...
...
@@ -4586,6 +4586,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
)
{
...
...
@@ -6045,7 +6046,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
'};
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment