From: moodler Date: Tue, 12 Sep 2006 08:15:07 +0000 (+0000) Subject: Missed one capability for guests X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b0f5523038bde3d946d471985d1a2ce1d6c225c6;p=moodle.git Missed one capability for guests --- diff --git a/lib/db/access.php b/lib/db/access.php index d764f71343..2b1bd0add7 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -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,