mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
fix typo
This commit is contained in:
parent
8da2d2a0ab
commit
f78f8762b0
@ -409,7 +409,7 @@ class setup_cmd_config extends setup_cmd
|
||||
$options[$data['name']] = self::auth_types();
|
||||
continue 2;
|
||||
case 'account_repository':
|
||||
$options[$data['name']] = self::account_repositries();
|
||||
$options[$data['name']] = self::account_repositories();
|
||||
continue 2;
|
||||
}
|
||||
foreach($data['allowed'] as $label => $value)
|
||||
|
Loading…
Reference in New Issue
Block a user