mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fixed typo, causing the account-migration to to migrate from SQL --> LDAP
This commit is contained in:
parent
f68c173c30
commit
dc69445754
@ -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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user