From: toyomoyo Date: Tue, 10 Oct 2006 03:03:17 +0000 (+0000) Subject: changing default capabilities for coursecreators so that they could create courses X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4473252d7c6e7d75837ccd46f77628115848bba4;p=moodle.git changing default capabilities for coursecreators so that they could create courses --- 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 ) ),