fixed live link

This commit is contained in:
skodak 2006-03-15 21:05:19 +00:00
parent 838231ff95
commit 09eb1e9e28

View File

@ -95,7 +95,7 @@
print_heading(get_string('chooselivelogs') .':');
echo '<center><h3>';
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 '</h3></center>';
}