From b0f5523038bde3d946d471985d1a2ce1d6c225c6 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 12 Sep 2006 08:15:07 +0000 Subject: [PATCH] Missed one capability for guests --- 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 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, -- 2.39.5