MDL-45833 event: Removing courseid as the context is higher than course context

This commit is contained in:
David Monllao
2014-06-27 11:25:07 +08:00
parent 83d08fcc21
commit 5eb386fd09
-1
View File
@@ -139,7 +139,6 @@ if (optional_param('savechanges', false, PARAM_BOOL) && confirm_sesskey()) {
array(
'context' => $context,
'objectid' => $roleid,
'courseid' => $courseid
)
);