mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Merge branch 'wip-mdl-43766' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
705718fb7c
@ -93,7 +93,7 @@ if ($course->id == SITEID) {
|
||||
|
||||
} else {
|
||||
$PAGE->set_url('/report/log/live.php', array('id'=>$course->id));
|
||||
$PAGE->set_title($course->shortname .': '. $strlogs);
|
||||
$PAGE->set_title($course->shortname .': '. $strlivelogs);
|
||||
$PAGE->set_heading($course->fullname);
|
||||
echo $OUTPUT->header();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user