From: toyomoyo Date: Wed, 23 Aug 2006 05:52:39 +0000 (+0000) Subject: fixing a typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b56d75dd002e14a836798b4942debebd7650e306;p=moodle.git fixing a typo --- 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,