From f1dabf0911dec1e3ffdbe52a59531f568d2c6227 Mon Sep 17 00:00:00 2001 From: kurund Date: Fri, 24 Jan 2014 00:49:59 -0800 Subject: [PATCH] whitepace fixes --- CRM/Contribute/Form/ContributionPage/Settings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contribute/Form/ContributionPage/Settings.php b/CRM/Contribute/Form/ContributionPage/Settings.php index 5addc70229..9f6eff767b 100644 --- a/CRM/Contribute/Form/ContributionPage/Settings.php +++ b/CRM/Contribute/Form/ContributionPage/Settings.php @@ -235,7 +235,6 @@ class CRM_Contribute_Form_ContributionPage_Settings extends CRM_Contribute_Form_ CRM_UF_Page_ProfileEditor::registerProfileScripts(); CRM_UF_Page_ProfileEditor::registerSchemas(array('OrganizationModel','HouseholdModel')); - if (!empty($this->_submitValues['honor_block_is_active'])) { $this->addRule('soft_credit_types', ts('At least one value must be selected if Honor Section is active'), 'required'); $this->addRule('honoree_profile', ts('Please select a profile used for honoree'), 'required'); -- 2.25.1