Merge branch 'MDL-46457' of git://github.com/aolley/moodle

This commit is contained in:
Marina Glancy
2014-08-04 11:22:53 +08:00
+1 -1
View File
@@ -120,7 +120,7 @@ if ($lti->showtitlelaunch) {
}
if ($lti->showdescriptionlaunch && $lti->intro) {
echo $OUTPUT->box($lti->intro, 'generalbox description', 'intro');
echo $OUTPUT->box(format_module_intro('lti', $lti, $cm->id), 'generalbox description', 'intro');
}
if ( $launchcontainer == LTI_LAUNCH_CONTAINER_WINDOW ) {