diff --git a/CRM/Twingle/Form/Profile.php b/CRM/Twingle/Form/Profile.php index fb5ef0c..f6df7da 100644 --- a/CRM/Twingle/Form/Profile.php +++ b/CRM/Twingle/Form/Profile.php @@ -613,9 +613,6 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form { */ public static function getXCMProfiles() { if (!isset(static::$_xcm_profiles)) { - static::$_xcm_profiles = array( - '' => E::ts("<default profile>"), - ); if (method_exists('CRM_Xcm_Configuration', 'getProfileList')) { $profiles = CRM_Xcm_Configuration::getProfileList(); foreach ($profiles as $profile_key => $profile_name) {