From ee7bb53ccd0b7c310befbabc0917d7ded7c4754d Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Mon, 20 Jan 2014 16:43:37 +0800 Subject: [PATCH] MDL-43766 reports: Fixed wrong string variable --- report/loglive/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/loglive/index.php b/report/loglive/index.php index 3b13a7808e8..f9a977f4682 100644 --- a/report/loglive/index.php +++ b/report/loglive/index.php @@ -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(); }