This commit is contained in:
Eloy Lafuente (stronk7) 2014-01-27 19:19:31 +01:00
commit 705718fb7c

View File

@ -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();
}