]> git.mjollnir.org Git - moodle.git/commitdiff
fixed live link
authorskodak <skodak>
Wed, 15 Mar 2006 21:05:19 +0000 (21:05 +0000)
committerskodak <skodak>
Wed, 15 Mar 2006 21:05:19 +0000 (21:05 +0000)
course/report/log/index.php

index 6cd33380415c069363818d37e6f3b0916daa1800..20c1a1769f1d56acf86c4aff138b1e8a718dd1af 100644 (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>';
 
     }