course MDL-25529 $introeditor not declared in some cases (=> it was displaying php notice when adding the official newmodule template)

This commit is contained in:
jerome mouneyrac
2010-12-05 08:24:33 +00:00
parent 70913ab324
commit 4a67d7c84d
+1
View File
@@ -427,6 +427,7 @@ if ($mform->is_cancelled()) {
// update embedded links and save files
$modcontext = get_context_instance(CONTEXT_MODULE, $fromform->coursemodule);
if (plugin_supports('mod', $fromform->modulename, FEATURE_MOD_INTRO, true)) {
$introeditor = $fromform->introeditor;
$fromform->intro = file_save_draft_area_files($introeditor['itemid'], $modcontext->id,
'mod_'.$fromform->modulename, 'intro', 0,
array('subdirs'=>true), $introeditor['text']);