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
e2b8eb6f
Commit
e2b8eb6f
authored
Jun 09, 2021
by
IKEDA Soji
Browse files
Bug: delete_list_member() failed removing subscribers' pictures
parent
39e3006a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
e2b8eb6f
...
...
@@ -1602,6 +1602,9 @@ sub delete_list_member {
next
;
}
# Delete the pictures if any.
$self
->
delete_list_member_picture
(
$who
);
# Delete signoff requests if any.
my
$spool_req
=
Sympa::Spool::
Auth
->
new
(
context
=>
$self
,
...
...
@@ -1630,7 +1633,6 @@ sub delete_list_member {
}
$self
->
_cache_publish_expiry
('
member
');
delete_list_member_picture
(
$self
,
shift
(
@u
));
return
(
-
1
*
$total
);
}
...
...
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