[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:
@@ -773,5 +773,5 @@
|
||||
|
||||
lesson_print_header($cm, $course, $lesson, 'navigation');
|
||||
|
||||
include($CFG->wwwroot.'/mod/lesson/action/continue.html');
|
||||
include(dirname(__FILE__).'/continue.html');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user