# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/mod/lesson/continue.php
--- moodle/mod/lesson/continue.php Base (1.15)
+++ moodle/mod/lesson/continue.php Locally Modified (Based On 1.15)
@@ -72,7 +72,7 @@
 if (isset($USER->modattempts[$lesson->id])) {
     // make sure if the student is reviewing, that he/she sees the same pages/page path that he/she saw the first time
     if ($USER->modattempts[$lesson->id] == $page->id) {  // remember, this session variable holds the pageid of the last page that the user saw
-        $result->newpageid = LESSON_EOL;
\ No newline at end of file
+        // $result->newpageid = LESSON_EOL;
\ No newline at end of file
     } else {
         $nretakes = $DB->count_records("lesson_grades", array("lessonid"=>$lesson->id, "userid"=>$USER->id));
         $nretakes--; // make sure we are looking at the right try.
