Skip to content

Commit

Permalink
MDL-72894 courseexport: Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Nov 3, 2021
1 parent 9b72750 commit d3ad247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/content/export/exporters/course_exporter.php
Expand Up @@ -262,7 +262,7 @@ protected function get_mod_intro_data(context_module $modcontext): ?string {
$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) {
Expand Down

0 comments on commit d3ad247

Please sign in to comment.