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
19b8dc18
Commit
19b8dc18
authored
Sep 09, 2020
by
IKEDA Soji
Browse files
Additional fix to #973 (#969)
parent
245e57be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
19b8dc18
...
...
@@ -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
)
{
...
...
@@ -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
'};
}
}
...
...
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