From: Eileen McNaughton Date: Mon, 27 Oct 2014 19:11:47 +0000 (+1300) Subject: CRM-15509 cleanup, I grepped templates & couldn't find this param in use X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b8f45735a88830257fa9accc066308b0de575cdc;p=civicrm-core.git CRM-15509 cleanup, I grepped templates & couldn't find this param in use --- diff --git a/CRM/Contribute/Form/ContributionBase.php b/CRM/Contribute/Form/ContributionBase.php index 5ccc183496..4ef097c60f 100644 --- a/CRM/Contribute/Form/ContributionBase.php +++ b/CRM/Contribute/Form/ContributionBase.php @@ -648,7 +648,6 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form { if ($this->_paymentProcessor && $this->_paymentProcessor['payment_type'] & CRM_Core_Payment::PAYMENT_TYPE_DIRECT_DEBIT ) { - $this->assign('payment_type', $this->_paymentProcessor['payment_type']); $this->assign('account_holder', $this->_params['account_holder']); $this->assign('bank_identification_number', $this->_params['bank_identification_number']); $this->assign('bank_name', $this->_params['bank_name']);