From 967df60a2c9e42b1ae8f9f30050284c727639597 Mon Sep 17 00:00:00 2001 From: Michael Z Daryabeygi Date: Thu, 17 Jul 2014 13:22:02 -0400 Subject: [PATCH] typo in variable name correct name of extracted variable, 'profileEntities' --- CRM/Event/Form/ManageEvent/Registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/ManageEvent/Registration.php b/CRM/Event/Form/ManageEvent/Registration.php index 5a1ef70c4b..3fb66a6ec7 100644 --- a/CRM/Event/Form/ManageEvent/Registration.php +++ b/CRM/Event/Form/ManageEvent/Registration.php @@ -361,7 +361,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent extract( ( is_null($configs) ) ? self::getProfileSelectorTypes() : $configs ); $element = $prefix . "custom_post_id_multiple[$count]"; $label .= '
'.ts('(bottom of page)'); - $form->addProfileSelector( $element, $label, $allowCoreTypes, $allowSubTypes, $profileEntitites); + $form->addProfileSelector( $element, $label, $allowCoreTypes, $allowSubTypes, $profileEntities); } /** -- 2.25.1