From dd8a0a3909a13b2a2c67434ea6fb06ca7cb845f1 Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Sun, 19 Jul 2015 21:09:32 +0800 Subject: [PATCH] MDL-19748 tags: edit tags not allowed for auth users --- lib/db/access.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/db/access.php b/lib/db/access.php index e8fac11e618..73636bd3b18 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -1700,8 +1700,7 @@ $capabilities = array( 'captype' => 'write', 'contextlevel' => CONTEXT_SYSTEM, 'archetypes' => array( - 'manager' => CAP_ALLOW, - 'user' => CAP_ALLOW + 'manager' => CAP_ALLOW ) ),