fix: cannot edit propal note

This commit is contained in:
Florian HENRY 2022-10-27 14:40:47 +02:00
parent 346d6cec5a
commit 15b19840fb

View File

@ -719,6 +719,8 @@ class User extends CommonObject
$permlevel1 = $tmp[0];
}
//var_dump($module);
//var_dump($this->rights->$module);
if (!in_array($module, $conf->modules)) {
return 0;
}