mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
role/assign gui MDL-21655 Fixed regressions in GUI (missing heading and title on page)
This commit is contained in:
parent
dcc779cca4
commit
511cde1b1d
@ -266,6 +266,8 @@ if ($context->contextlevel == CONTEXT_USER) {
|
||||
include('tabs.php');
|
||||
|
||||
} else {
|
||||
$PAGE->set_title($title);
|
||||
$PAGE->set_heading(print_context_name($context, false));
|
||||
echo $OUTPUT->header();
|
||||
$currenttab = 'assign';
|
||||
include('tabs.php');
|
||||
|
Loading…
x
Reference in New Issue
Block a user