Skip to content

Commit

Permalink
Merge branch 'MDL-52984_30' of https://github.com/rushi963/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_30_STABLE
  • Loading branch information
David Monllao committed Mar 8, 2016
2 parents 38dfee0 + b18af92 commit 6e036a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/roles/define.php
Expand Up @@ -201,7 +201,7 @@
$event = \core\event\role_capabilities_updated::create(
array(
'context' => $systemcontext,
'objectid' => $roleid
'objectid' => $tableroleid
)
);
$event->set_legacy_logdata(array(SITEID, 'role', $action, 'admin/roles/define.php?action=view&roleid=' . $tableroleid,
Expand Down

0 comments on commit 6e036a7

Please sign in to comment.