mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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…
x
Reference in New Issue
Block a user