This commit is contained in:
Alejandro Gallardo Escobar 2019-07-29 17:45:59 +02:00
parent 9918cc7249
commit a0a4626793

View File

@ -84,7 +84,7 @@ if ($getVisualConsole === true) {
// Check also the group Id for the group item. // Check also the group Id for the group item.
if ($itemType === GROUP_ITEM) { if ($itemType === GROUP_ITEM) {
$itemGroupId = $itemData['aclGroupId']; $itemGroupId = $itemData['groupId'];
// ACL. // ACL.
$aclRead = check_acl($config['id_user'], $itemGroupId, 'VR'); $aclRead = check_acl($config['id_user'], $itemGroupId, 'VR');
$aclWrite = check_acl($config['id_user'], $itemGroupId, 'VW'); $aclWrite = check_acl($config['id_user'], $itemGroupId, 'VW');