From 8af16cbfdb8e6850d7fb6d687d5bbb31d44ebdbc Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 14 Mar 2007 01:39:43 +0000 Subject: [PATCH] MDL-8885 editting teachers should be able to see all messages in a course --- lib/db/access.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/db/access.php b/lib/db/access.php index 172af47a47d..ab7fe0ec0ba 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -111,7 +111,8 @@ $moodle_capabilities = array( 'captype' => 'read', 'contextlevel' => CONTEXT_SYSTEM, 'legacy' => array( - 'admin' => CAP_ALLOW + 'admin' => CAP_ALLOW, + 'editingteacher' => CAP_ALLOW ) ),