mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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.
|
||||
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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user