From 89c1299637d7c5c3802f9e160de9f5ef8edd3774 Mon Sep 17 00:00:00 2001 From: Stefan-Alexander Scholz Date: Fri, 24 Nov 2023 14:52:25 +0100 Subject: [PATCH] Update access.php --- db/access.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db/access.php b/db/access.php index f0258e2..5fe697d 100644 --- a/db/access.php +++ b/db/access.php @@ -51,8 +51,7 @@ 'contextlevel' => CONTEXT_SYSTEM, 'riskbitmask' => RISK_XSS | RISK_CONFIG, 'archetypes' => array( - 'manager' => CAP_ALLOW, - 'user' => CAP_ALLOW + 'manager' => CAP_ALLOW ), ),