From 97498d1ec35759c0d53990af6dac434c91cd4b7c Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 21 Apr 2009 21:25:22 +0000 Subject: [PATCH] MDL-18910 full support for module intro editor with embedded images --- mod/assignment/type/online/all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/assignment/type/online/all.php b/mod/assignment/type/online/all.php index 8e1500a860..da299b291c 100644 --- a/mod/assignment/type/online/all.php +++ b/mod/assignment/type/online/all.php @@ -121,7 +121,7 @@ $view->name = $assignment->name; $view->submitted = $submitted; - $view->description = format_text( $assignment->intro, $assignment->introformat, $formatoptions ); + $view->description = format_module_intro('assignment', $assignment, $assignment->coursemodule); $view->editlink = $editlink; $view->submissiontext = $submissiontext; $view->submissiondate = $submissiondate; -- 2.39.5