diff --git a/report/loglive/index.php b/report/loglive/index.php index 782679bc4cf..d53b7665a61 100644 --- a/report/loglive/index.php +++ b/report/loglive/index.php @@ -78,7 +78,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(); }