]> git.mjollnir.org Git - moodle.git/commitdiff
Missed one capability for guests
authormoodler <moodler>
Tue, 12 Sep 2006 08:15:07 +0000 (08:15 +0000)
committermoodler <moodler>
Tue, 12 Sep 2006 08:15:07 +0000 (08:15 +0000)
lib/db/access.php

index d764f7134318ba2eacd3e43713435a66883f959b..2b1bd0add75737973ea72aecfe8855aca71bcd61 100644 (file)
@@ -442,7 +442,7 @@ $moodle_capabilities = array(
         'captype' => 'read',
         'contextlevel' => CONTEXT_COURSE,
         'legacy' => array(
-            'guest' => CAP_PREVENT,
+            'guest' => CAP_ALLOW,
             'student' => CAP_ALLOW,
             'teacher' => CAP_ALLOW,
             'editingteacher' => CAP_ALLOW,