mirror of
https://github.com/moodle/moodle.git
synced 2025-05-10 18:27:20 +02:00
MDL-43766 reports: Fixed wrong string variable
This commit is contained in:
parent
f05e25d208
commit
f792225ced
@ -88,7 +88,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