From bc4c9800109ba09b50d33c8f18aafe66363ee4d1 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 7 Jan 2009 19:56:30 +0000 Subject: [PATCH] MDL-17797 fixed cap definition - thanks Andrea Bicciolo; merged from MOODLE_19_STABLE --- 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 fcb75e48e5..42ad0d0d66 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -1085,7 +1085,7 @@ $moodle_capabilities = array( ), 'moodle/site:mnetlogintoremote' => array( - 'riskbitmask' => RISK_PERSONAL | RISK_XSS, + 'captype' => 'read', 'contextlevel' => CONTEXT_SYSTEM, 'legacy' => array( -- 2.39.5