MDL-72894 courseexport: Whitespace fix
This commit is contained in:
@@ -262,7 +262,7 @@ class course_exporter extends component_exporter {
|
||||
$cm = $this->modinfo->get_cm($modcontext->instanceid);
|
||||
$modname = $cm->modname;
|
||||
|
||||
$record = $DB->get_record($modname, ['id' => $cm->instance], 'intro,introformat');
|
||||
$record = $DB->get_record($modname, ['id' => $cm->instance], 'intro, introformat');
|
||||
|
||||
// Fetch the module intro content.
|
||||
if ($record->intro) {
|
||||
|
||||
Reference in New Issue
Block a user