do not add the xcm default profile manually as an option
it simply does not work
This commit is contained in:
parent
1a188dddc6
commit
a58194fe4a
1 changed files with 0 additions and 3 deletions
|
@ -569,9 +569,6 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
|
||||||
*/
|
*/
|
||||||
public static function getXCMProfiles() {
|
public static function getXCMProfiles() {
|
||||||
if (!isset(static::$_xcm_profiles)) {
|
if (!isset(static::$_xcm_profiles)) {
|
||||||
static::$_xcm_profiles = array(
|
|
||||||
'' => E::ts("<default profile>"),
|
|
||||||
);
|
|
||||||
if (method_exists('CRM_Xcm_Configuration', 'getProfileList')) {
|
if (method_exists('CRM_Xcm_Configuration', 'getProfileList')) {
|
||||||
$profiles = CRM_Xcm_Configuration::getProfileList();
|
$profiles = CRM_Xcm_Configuration::getProfileList();
|
||||||
foreach ($profiles as $profile_key => $profile_name) {
|
foreach ($profiles as $profile_key => $profile_name) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue