Merge branch 'wip_MDL-66656_master' of git://github.com/gjb2048/moodle

This commit is contained in:
Adrian Greeve 2019-09-25 11:39:57 +08:00
commit 91577e2d54

View file

@ -50,7 +50,7 @@ if (trim($forum->intro) != '') {
$streditsummary = get_string('editsummary');
$introcontent .= html_writer::start_div('editinglink');
$introcontent .= html_writer::link(
new moodle_url('/modedit.php', [
new moodle_url('/course/modedit.php', [
'update' => $coursemodule->id,
'sesskey' => sesskey(),
]),