forked from extern/egroupware
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();
|
$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