Added an error message when the user does not have permissions on the visual console
This commit is contained in:
parent
800f2b749a
commit
ea4cb8a815
|
@ -75,7 +75,7 @@ class Visualmap {
|
|||
$system = System::getInstance();
|
||||
$this->checkVisualmapACL($this->visualmap['id_group']);
|
||||
if (!$this->correct_acl) {
|
||||
return;
|
||||
$this->show_fail_acl();
|
||||
}
|
||||
else {
|
||||
switch ($parameter2) {
|
||||
|
|
Loading…
Reference in New Issue