Fixed small glitch in admin->users->permissions->define roles page, where the manage tab didn't show as selected when that page was shown.

This commit is contained in:
nicolasconnault 2007-08-17 04:43:45 +00:00
parent f3d3f3e809
commit b0a16fbe6d

View File

@ -7,7 +7,7 @@
$toprow = array();
$toprow[] = new tabobject('manage', $CFG->wwwroot.'/'.$CFG->admin.'/roles/manage.php', get_string('manageroles', 'role'),'', true);
$toprow[] = new tabobject('manage', $CFG->wwwroot.'/'.$CFG->admin.'/roles/manage.php', get_string('manageroles', 'role'));
$toprow[] = new tabobject('allowassign', $CFG->wwwroot.'/'.$CFG->admin.'/roles/allowassign.php', get_string('allowassign', 'role'));