mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-64395 groups: Added XSS Risk to the manage groups capability
This commit is contained in:
parent
14f9bad3ce
commit
6360f87cdc
@ -1123,6 +1123,7 @@ $capabilities = array(
|
||||
),
|
||||
|
||||
'moodle/course:managegroups' => array(
|
||||
'riskbitmask' => RISK_XSS,
|
||||
|
||||
'captype' => 'write',
|
||||
'contextlevel' => CONTEXT_COURSE,
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2018122000.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2018122000.02; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user