Skip to content

Commit

Permalink
Merge branch 'MDL-46550-29' of git://github.com/ankitagarwal/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_29_STABLE
  • Loading branch information
David Monllao committed May 26, 2015
2 parents 6e54261 + 356c4ae commit ad9131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/event/role_capabilities_updated.php
Expand Up @@ -72,7 +72,7 @@ public function get_description() {
* @return \moodle_url
*/
public function get_url() {
if ($this->contextlevel === CONTEXT_SYSTEM) {
if ($this->contextlevel == CONTEXT_SYSTEM) {
return new \moodle_url('/admin/roles/define.php', array('action' => 'view', 'roleid' => $this->objectid));
} else {
return new \moodle_url('/admin/roles/override.php', array('contextid' => $this->contextid,
Expand Down

0 comments on commit ad9131d

Please sign in to comment.