[MDL-7287] Lesson - tweaked continue.php to include a file via filesystem not HTTP because I couldn't see any reason to do it the latter way and it breaks under our loadbalancing system

This commit is contained in:
sam_marshall
2006-10-30 11:00:39 +00:00
parent 0ee01f0cda
commit 03240ae37b
+1 -1
View File
@@ -773,5 +773,5 @@
lesson_print_header($cm, $course, $lesson, 'navigation');
include($CFG->wwwroot.'/mod/lesson/action/continue.html');
include(dirname(__FILE__).'/continue.html');
?>