[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:02:08 +00:00
parent 2760b4f4cc
commit 82928b7954

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');
?>