From 758366326759643af4f2e6cd48736112ff1cba88 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 7 Jun 2017 19:51:02 -0700 Subject: Reverted another getfirst in the multi-value CGI defence. --- Mailman/Cgi/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman') diff --git a/Mailman/Cgi/options.py b/Mailman/Cgi/options.py index b638195a..93148af8 100644 --- a/Mailman/Cgi/options.py +++ b/Mailman/Cgi/options.py @@ -671,7 +671,7 @@ address. Upon confirmation, any other mailing list containing the address # Process user selected topics, but don't make the changes to the # MailList object; we must do that down below when the list is # locked. - topicnames = cgidata.getfirst('usertopic') + topicnames = cgidata.getvalue('usertopic') if topicnames: # Some topics were selected. topicnames can actually be a string # or a list of strings depending on whether more than one topic -- cgit v1.2.3