From 0d27c52cf713bcde0d1ab475b7a049bb636f32fd Mon Sep 17 00:00:00 2001 From: Joseph Martin Date: Thu, 24 Mar 2016 11:39:57 +1100 Subject: [PATCH] CRM-18285 - Update Localization setting file to set no defaul --- settings/Localization.setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index 9c3c19f3a8..0864a3f605 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -194,7 +194,7 @@ return array( 'multiple' => 1, 'class' => 'crm-select2', ), - 'default' => array('1228'), + 'default' => array(), 'add' => '4.3', 'title' => 'Available Countries', 'is_domain' => 1, @@ -216,7 +216,7 @@ return array( 'multiple' => 1, 'class' => 'crm-select2', ), - 'default' => array('1228'), + 'default' => array(), 'add' => '4.3', 'title' => 'Available States and Provinces', 'is_domain' => 1, -- 2.25.1