MDL-33401 blocks: Allow managers to have block:edit capability by default

This commit is contained in:
Ankit Agarwal
2012-06-05 08:50:36 +08:00
parent fbbb4cc708
commit c8471b85e1
+1
View File
@@ -1676,6 +1676,7 @@ $capabilities = array(
'contextlevel' => CONTEXT_BLOCK,
'archetypes' => array(
'editingteacher' => CAP_ALLOW,
'manager' => CAP_ALLOW
)
),