From 0d6d38f11ac4b9a0b4997d2ce968faf2c8889b99 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 20 Oct 2006 06:59:24 +0000 Subject: [PATCH] MERGED: Changed default capability for database to allow guests to view by default MDL-7118 --- mod/data/db/access.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/data/db/access.php b/mod/data/db/access.php index 4be4d57023..0f1e57c600 100644 --- a/mod/data/db/access.php +++ b/mod/data/db/access.php @@ -38,6 +38,7 @@ $mod_data_capabilities = array( 'captype' => 'read', 'contextlevel' => CONTEXT_MODULE, 'legacy' => array( + 'guest' => CAP_ALLOW, 'student' => CAP_ALLOW, 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW, -- 2.39.5