Merge branch 'wip-mdl-43766-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE

This commit is contained in:
Eloy Lafuente (stronk7) 2014-01-27 19:20:02 +01:00
commit 06b2987aad

View file

@ -93,7 +93,7 @@ if ($course->id == SITEID) {
} else { } else {
$PAGE->set_url('/report/log/live.php', array('id'=>$course->id)); $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); $PAGE->set_heading($course->fullname);
echo $OUTPUT->header(); echo $OUTPUT->header();
} }