Fix issue with form values not being available onn submit
authoreileen <emcnaughton@wikimedia.org>
Thu, 16 Apr 2020 01:37:00 +0000 (13:37 +1200)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 17 Apr 2020 03:47:49 +0000 (13:47 +1000)
commit2070f20004cf8533c79a2b0e5978532ad135fa6b
tree5a56fa32e2cf40d0b97c2d5f11f01a5c63b750d4
parent8ed0126c83cfdeb1994dc99c40deda1c23701bab
Fix issue with form values not being available onn submit

Possible fix for https://civicrm.stackexchange.com/questions/35323/missing-parameters-error-in-unsubscribe-confirmation

The theory is that not having committed the transaction is causing the session not to be saved
CRM/Mailing/Event/BAO/Unsubscribe.php
CRM/Mailing/Form/Unsubscribe.php