From e4624f6e6c2c43f2d36bd89762aec044da034d3f Mon Sep 17 00:00:00 2001 From: Ankit Agarwal Date: Thu, 31 May 2012 10:42:43 +0800 Subject: [PATCH] MDL-33401 blocks: Allow managers to have block:edit capability by default --- lib/db/access.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/db/access.php b/lib/db/access.php index 667e4b2d77c..0f0821048e5 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -1627,6 +1627,7 @@ $capabilities = array( 'contextlevel' => CONTEXT_BLOCK, 'archetypes' => array( 'editingteacher' => CAP_ALLOW, + 'manager' => CAP_ALLOW ) ),