From b56d75dd002e14a836798b4942debebd7650e306 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 23 Aug 2006 05:52:39 +0000 Subject: [PATCH] fixing a typo --- mod/glossary/db/access.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/glossary/db/access.php b/mod/glossary/db/access.php index ec207f3a30..2e3832d682 100644 --- a/mod/glossary/db/access.php +++ b/mod/glossary/db/access.php @@ -133,7 +133,7 @@ $mod_glossary_capabilities = array( 'mod/glossary:export' => array( - 'captype' => 'write', + 'captype' => 'read', 'contextlevel' => CONTEXT_MODULE, 'legacy' => array( 'guest' => CAP_PREVENT, -- 2.39.5