From: Lisa Marie Maginnis Date: Mon, 21 Sep 2015 17:28:43 +0000 (-0400) Subject: Priceset/debugwatchdog X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7c45c25a50f7501d67f0f76a6b8e2684845d83e8;p=civicrm-core.git Priceset/debugwatchdog --- diff --git a/CRM/Contribute/Form/ContributionBase.php b/CRM/Contribute/Form/ContributionBase.php index e97fd44536..80e306dc8b 100644 --- a/CRM/Contribute/Form/ContributionBase.php +++ b/CRM/Contribute/Form/ContributionBase.php @@ -411,6 +411,7 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form { // this avoids getting E_NOTICE errors in php $setNullFields = [ + 'amount_block_is_active', 'is_allow_other_amount', 'footer_text', ];