Merge branch 'new-vc-line-element' of brutus.artica.lan:artica/pandorafms into new-vc-line-element
This commit is contained in:
commit
b203e62938
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue