From: toyomoyo Date: Wed, 14 Mar 2007 01:37:07 +0000 (+0000) Subject: merged fix for MDL-8885, editting teacher should be able to read all messages in... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4b7ae3c4da0298e1f68ddad6947565e235ac5a6b;p=moodle.git merged fix for MDL-8885, editting teacher should be able to read all messages in course --- 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 ) ),