#934110: country selector should have an empty value.

From: Damien Tournoud <damien@commerceguys.com>


---
 install.core.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git includes/install.core.inc includes/install.core.inc
index 0f56726..05510e4 100644
--- includes/install.core.inc
+++ includes/install.core.inc
@@ -1759,6 +1759,7 @@ function _install_configure_form($form, &$form_state, &$install_state) {
   $form['server_settings']['site_default_country'] = array(
     '#type' => 'select',
     '#title' => t('Default country'),
+    '#empty_value' => '',
     '#default_value' => variable_get('site_default_country', NULL),
     '#options' => $countries,
     '#description' => st('Select the default country for the site.'),
