Browse Source

APPLY-FixMultilanguage

Will now process the course name, which appears in the heading, through Moodle filters in order to handle language tagged course names in a multilingual Moodle environment.
SABERES_37_STABLE
Michael Milette 9 years ago
parent
commit
d9d6786aad
  1. 2
      edit.php

2
edit.php

@ -71,7 +71,7 @@ if ($mform->is_cancelled()) {
redirect($return);
}
$PAGE->set_heading($course->fullname);
$PAGE->set_heading(format_string($course->fullname));
$PAGE->set_title(get_string('pluginname', 'enrol_apply'));
echo $OUTPUT->header();

Loading…
Cancel
Save