From 4473252d7c6e7d75837ccd46f77628115848bba4 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 10 Oct 2006 03:03:17 +0000 Subject: [PATCH] changing default capabilities for coursecreators so that they could create courses --- lib/db/access.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db/access.php b/lib/db/access.php index 264db45451..defc404cb8 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -533,7 +533,7 @@ $moodle_capabilities = array( 'student' => CAP_PREVENT, 'teacher' => CAP_PREVENT, 'editingteacher' => CAP_PREVENT, - 'coursecreator' => CAP_PREVENT, + 'coursecreator' => CAP_ALLOW, 'admin' => CAP_ALLOW ) ), -- 2.39.5