This commit is contained in:
Alejandro Gallardo Escobar 2019-07-29 17:45:59 +02:00
parent 9918cc7249
commit a0a4626793
1 changed files with 1 additions and 1 deletions

View File

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