Changed permission AW for VR in visual console

This commit is contained in:
danielmaya 2018-06-13 17:28:03 +02:00
parent 822fc05258
commit 9af4b25f31
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ echo "<td style='width:25%;'>";
echo __('Group') . '&nbsp;';
$own_info = get_user_info($config['id_user']);
if (!$own_info['is_admin'] && !check_acl ($config['id_user'], 0, "AW"))
if (!$own_info['is_admin'] && !check_acl ($config['id_user'], 0, "VR"))
$return_all_group = false;
else
$return_all_group = true;