From: sam_marshall Date: Mon, 30 Oct 2006 11:02:08 +0000 (+0000) Subject: [MDL-7287] Lesson - tweaked continue.php to include a file via filesystem not HTTP... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=82928b7954eeaeccd882aba0ccb2c9f9d9f9697f;p=moodle.git [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 --- diff --git a/mod/lesson/action/continue.php b/mod/lesson/action/continue.php index d8470eb15c..a6727b34ef 100644 --- a/mod/lesson/action/continue.php +++ b/mod/lesson/action/continue.php @@ -773,5 +773,5 @@ lesson_print_header($cm, $course, $lesson, 'navigation'); - include($CFG->wwwroot.'/mod/lesson/action/continue.html'); + include(dirname(__FILE__).'/continue.html'); ?>