fixed showing of auto-sync option
This commit is contained in:
parent
351735e073
commit
fe44f7b13c
|
@ -596,7 +596,7 @@ class posixGroup extends baseModule implements passwordService {
|
||||||
foreach ($gonModules as $gonModule) {
|
foreach ($gonModules as $gonModule) {
|
||||||
if (!empty($allScopes[$gonModule])) {
|
if (!empty($allScopes[$gonModule])) {
|
||||||
foreach ($allScopes[$gonModule] as $gonTypeId) {
|
foreach ($allScopes[$gonModule] as $gonTypeId) {
|
||||||
if (getScopeFromTypeId($gonTypeId) === 'group') {
|
if ($gonTypeId === $typeId) {
|
||||||
$gonFound = true;
|
$gonFound = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue