From: eileen Date: Tue, 6 Aug 2013 21:15:47 +0000 (+1200) Subject: CRM-13159 need to assign var to tpl X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bff7972a087fd7158220906fd0dcc17a77e32e94;p=civicrm-core.git CRM-13159 need to assign var to tpl --- diff --git a/CRM/Member/Form/Membership.php b/CRM/Member/Form/Membership.php index dae3cb4c06..e768561bd1 100644 --- a/CRM/Member/Form/Membership.php +++ b/CRM/Member/Form/Membership.php @@ -121,7 +121,7 @@ class CRM_Member_Form_Membership extends CRM_Member_Form { $this->_id = CRM_Utils_Request::retrieve('id', 'Positive', $this); $this->_contactID = CRM_Utils_Request::retrieve('cid', 'Positive', $this); $this->_processors = array(); - + CRM_Core_Resources::singleton()->addSetting(array('ids' => array('contact' => $this->_contactID))); // check for edit permission if (!CRM_Core_Permission::checkActionPermission('CiviMember', $this->_action)) {