From 73b73d21011077b424d25fab26a48383f2fd2b61 Mon Sep 17 00:00:00 2001 From: vyshane Date: Wed, 13 Sep 2006 04:09:31 +0000 Subject: [PATCH] More capabilities tweaks --- lib/db/access.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/db/access.php b/lib/db/access.php index 2b1bd0add7..41bda78c83 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -166,8 +166,8 @@ $moodle_capabilities = array( 'guest' => CAP_PREVENT, 'student' => CAP_PREVENT, 'teacher' => CAP_PREVENT, - 'editingteacher' => CAP_PREVENT, - 'coursecreator' => CAP_PREVENT, + 'editingteacher' => CAP_ALLOW, + 'coursecreator' => CAP_ALLOW, 'admin' => CAP_ALLOW ) ), -- 2.39.5