From 4b7ae3c4da0298e1f68ddad6947565e235ac5a6b Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 14 Mar 2007 01:37:07 +0000 Subject: [PATCH] merged fix for MDL-8885, editting teacher should be able to read all messages in 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 c0893772b2..706d471192 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -116,7 +116,8 @@ $moodle_capabilities = array( 'captype' => 'read', 'contextlevel' => CONTEXT_SYSTEM, 'legacy' => array( - 'admin' => CAP_ALLOW + 'admin' => CAP_ALLOW, + 'editingteacher' => CAP_ALLOW ) ), -- 2.39.5