From 877db30bff2cd3b9c25a34c7ccf770ffb785d686 Mon Sep 17 00:00:00 2001 From: Frode Petterson <frode.andre.petterson@gmail.com> Date: Fri, 15 Jul 2016 13:29:45 +0200 Subject: [PATCH] Manager should not be able to update content types --- db/access.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/db/access.php b/db/access.php index 91362f1..7352255 100644 --- a/db/access.php +++ b/db/access.php @@ -41,7 +41,6 @@ $capabilities = array( 'captype' => 'write', 'contextlevel' => CONTEXT_MODULE, 'archetypes' => array( - 'manager' => CAP_ALLOW ) ), @@ -49,7 +48,6 @@ $capabilities = array( 'captype' => 'write', 'contextlevel' => CONTEXT_MODULE, 'archetypes' => array( - 'manager' => CAP_ALLOW ) ), -- GitLab