From 64624dd571a54810c75bc129e3d6e4a9aeb2467f Mon Sep 17 00:00:00 2001 From: kurund Date: Fri, 24 Jan 2014 03:03:00 -0800 Subject: [PATCH] removed redundant code --- 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 9f6eff767b..4b0ab46472 100644 --- a/CRM/Contribute/Form/ContributionPage/Settings.php +++ b/CRM/Contribute/Form/ContributionPage/Settings.php @@ -232,7 +232,6 @@ class CRM_Contribute_Form_ContributionPage_Settings extends CRM_Contribute_Form_ $allowSubTypes = array(); $this->addProfileSelector('honoree_profile', ts('Honoree Profile'), $allowCoreTypes, $allowSubTypes, $entities); - CRM_UF_Page_ProfileEditor::registerProfileScripts(); CRM_UF_Page_ProfileEditor::registerSchemas(array('OrganizationModel','HouseholdModel')); if (!empty($this->_submitValues['honor_block_is_active'])) { -- 2.25.1