Skip to content

Commit

Permalink
Merge pull request #349 from ikedas/issue-339 by ikedas
Browse files Browse the repository at this point in the history
SympaSOAP: closeList crashes.
  • Loading branch information
ikedas authored Jun 27, 2018
2 parents df26e55 + 0fbe973 commit 061bb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Sympa/WWW/SOAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ sub closeList {
}

my $spindle = Sympa::Spindle::ProcessRequest->new(
context => $list,
context => $list->{'domain'},
action => 'close_list',
current_list => $list,
mode =>
Expand Down

0 comments on commit 061bb52

Please sign in to comment.