Skip to content

Commit

Permalink
Merge branch 'MDL-53915-master' of git://github.com/junpataleta/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Apr 29, 2016
2 parents e71c9eb + 147427e commit 4871514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/tool/cohortroles/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@

defined('MOODLE_INTERNAL') || die;
$str = get_string('managecohortroles', 'tool_cohortroles');
$ADMIN->add('roles', new admin_externalpage('toolcohortroles', $str, '/admin/tool/cohortroles/index.php', 'moodle/role:manage'));
$url = new moodle_url('/admin/tool/cohortroles/index.php');
$ADMIN->add('roles', new admin_externalpage('toolcohortroles', $str, $url, 'moodle/role:manage'));

0 comments on commit 4871514

Please sign in to comment.