Skip to content

Commit

Permalink
Merge branch 'MDL-47707-master' of git://github.com/gurgus/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Oct 16, 2014
2 parents bb48e33 + b0001c1 commit 42da111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/tool/monitor/lib.php
Expand Up @@ -62,7 +62,7 @@ function tool_monitor_extend_navigation_user_settings($navigation, $user, $userc
navigation_node::TYPE_SETTING, null, null, new pix_icon('i/settings', ''));

if (isset($subsnode) && !empty($navigation)) {
$navigation->add_node($subsnode, 'changepassword');
$navigation->add_node($subsnode);
}
}
}
}

0 comments on commit 42da111

Please sign in to comment.