fixed typo, causing the account-migration to to migrate from SQL --> LDAP

This commit is contained in:
Ralf Becker 2006-10-01 10:49:30 +00:00
parent f68c173c30
commit dc69445754

View File

@ -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';
}