From 09eb1e9e28041c7c75a07b71c2ffe10a447e9129 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 15 Mar 2006 21:05:19 +0000 Subject: [PATCH] fixed live link --- course/report/log/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/report/log/index.php b/course/report/log/index.php index 6cd3338041..20c1a1769f 100644 --- a/course/report/log/index.php +++ b/course/report/log/index.php @@ -95,7 +95,7 @@ print_heading(get_string('chooselivelogs') .':'); echo '

'; - link_to_popup_window('/course/loglive.php?id='. $course->id,'livelog', get_string('livelogs'), 500, 800); + link_to_popup_window('/course/report/log/live.php?id='. $course->id,'livelog', get_string('livelogs'), 500, 800); echo '

'; } -- 2.39.5