Merge branch 'MDL-68866-master' of https://github.com/mchurchward/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2020-06-02 00:13:56 +02:00
+1 -1
View File
@@ -2234,7 +2234,7 @@ function reset_role_capabilities($roleid) {
* the database.
*
* @access private
* @param string $component examples: 'moodle', 'mod/forum', 'block/quiz_results'
* @param string $component examples: 'moodle', 'mod_forum', 'block_quiz_results'
* @return boolean true if success, exception in case of any problems
*/
function update_capabilities($component = 'moodle') {