#11086 fixed acl in extensions view

This commit is contained in:
Daniel Cebrian 2024-01-19 14:05:20 +01:00
parent a4f67d353b
commit 5ece13fc9f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ check_login();
global $config;
if (! check_acl($config['id_user'], 0, 'PM')) {
if (users_is_admin($config['id_user']) === false) {
db_pandora_audit(
AUDIT_LOG_ACL_VIOLATION,
'Trying to access extensions list'