mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +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();
|
$system = System::getInstance();
|
||||||
$this->checkVisualmapACL($this->visualmap['id_group']);
|
$this->checkVisualmapACL($this->visualmap['id_group']);
|
||||||
if (!$this->correct_acl) {
|
if (!$this->correct_acl) {
|
||||||
return;
|
$this->show_fail_acl();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
switch ($parameter2) {
|
switch ($parameter2) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user