Merge branch 'MDL-69077_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE

This commit is contained in:
Adrian Greeve 2020-06-22 10:41:47 +08:00
commit 3c2ed1533c

View file

@ -1813,6 +1813,8 @@ function question_get_question_capabilities() {
'moodle/question:useall',
'moodle/question:movemine',
'moodle/question:moveall',
'moodle/question:tagmine',
'moodle/question:tagall',
);
}