MDL-43766 reports: Fixed wrong string variable

This commit is contained in:
Rajesh Taneja
2014-01-20 16:48:05 +08:00
parent 6370d316fd
commit 079fcddc29
+1 -1
View File
@@ -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();
}