Merge branch 'new-vc-line-element' of brutus.artica.lan:artica/pandorafms into new-vc-line-element

This commit is contained in:
Daniel Barbero Martin 2019-07-30 09:33:33 +02:00
commit b203e62938
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. // 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');