mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-43898-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
26a1fbbd15
@ -42,6 +42,7 @@ $lessonoutput = $PAGE->get_renderer('mod_lesson');
|
||||
|
||||
$url = new moodle_url('/mod/lesson/continue.php', array('id'=>$cm->id));
|
||||
$PAGE->set_url($url);
|
||||
$PAGE->set_pagetype('mod-lesson-view');
|
||||
$PAGE->navbar->add(get_string('continue', 'lesson'));
|
||||
|
||||
// This is the code updates the lesson time for a timed test
|
||||
|
Loading…
x
Reference in New Issue
Block a user