mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
[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:
parent
2760b4f4cc
commit
82928b7954
@ -773,5 +773,5 @@
|
||||
|
||||
lesson_print_header($cm, $course, $lesson, 'navigation');
|
||||
|
||||
include($CFG->wwwroot.'/mod/lesson/action/continue.html');
|
||||
include(dirname(__FILE__).'/continue.html');
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user