Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
c357bf03
Commit
c357bf03
authored
Sep 26, 2019
by
IKEDA Soji
Browse files
If list does never include admins, updating list config causes "INTERNAL SERVER ERROR" message
parent
5642d464
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgi/wwsympa.fcgi.in
View file @
c357bf03
...
...
@@ -10633,7 +10633,7 @@ sub do_edit_list {
# Call sync_include_admin if there are changes about owners or editors.
#FIXME:Update only when owner or editor was updated.
unless ($list->sync_include_admin
()
) {
unless (
defined
$list->sync_include_admin) {
Sympa::WWW::Report::reject_report_web('intern',
'sync_include_admin_failed', {}, $param->{'action'}, $list,
$param->{'user'}{'email'}, $robot);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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