diff --git a/setup/account_migration.php b/setup/account_migration.php index ca9d2bf9e2..920cf04ce2 100644 --- a/setup/account_migration.php +++ b/setup/account_migration.php @@ -74,7 +74,7 @@ while(($row = $GLOBALS['egw_setup']->db->row(true))) $GLOBALS['egw_info']['server'][$row['config_name']] = $row['config_value']; } $to = $GLOBALS['egw_info']['server']['account_repository']; -if (!$to || !($to = $GLOBALS['egw_info']['server']['auth_type'])) +if (!$to && !($to = $GLOBALS['egw_info']['server']['auth_type'])) { $to = 'sql'; }