fixed showing of auto-sync option

This commit is contained in:
Roland Gruber 2018-02-25 10:46:22 +01:00
parent 351735e073
commit fe44f7b13c
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ class posixGroup extends baseModule implements passwordService {
foreach ($gonModules as $gonModule) {
if (!empty($allScopes[$gonModule])) {
foreach ($allScopes[$gonModule] as $gonTypeId) {
if (getScopeFromTypeId($gonTypeId) === 'group') {
if ($gonTypeId === $typeId) {
$gonFound = true;
}
}