MDL-8885 editting teachers should be able to see all messages in a course

This commit is contained in:
toyomoyo
2007-03-14 01:39:43 +00:00
parent 54c5ce36db
commit 8af16cbfdb
+2 -1
View File
@@ -111,7 +111,8 @@ $moodle_capabilities = array(
'captype' => 'read',
'contextlevel' => CONTEXT_SYSTEM,
'legacy' => array(
'admin' => CAP_ALLOW
'admin' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW
)
),