MDL-36673 mod_lesson: slideshow mode not working

This commit is contained in:
Joseph Rezeau 2014-12-05 17:36:41 +01:00 committed by Jean-Michel Vedrine
parent 2d84748c26
commit 4627726954
2 changed files with 4 additions and 2 deletions

View file

@ -410,7 +410,6 @@ if ($pageid != LESSON_EOL) {
echo '<a name="maincontent" id="maincontent" title="' . get_string('anchortitle', 'lesson') . '"></a>';
}
echo $lessoncontent;
echo $lessonoutput->slideshow_end();
echo $lessonoutput->progress_bar($lesson);
echo $lessonoutput->footer();