phpList / phplist3

Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.
https://www.phplist.org
GNU Affero General Public License v3.0
744 stars 269 forks source link

list selection gets wiped unexpectedly #1005

Open michield opened 9 months ago

michield commented 9 months ago

the targetted lists are not saved, even though they are listed in the UI

select l.name, l.id from phplist_listmessage lm, phplist_list l where lm.messageid = MID and lm.listid = l.id

returns 0 lists.