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