MDL-66656 format_social: Edit Summary Icon leads to 'File not found'.

This commit is contained in:
Gareth Barnard
2019-09-20 21:44:33 +01:00
parent 1c3efe48f8
commit f254cef989
+1 -1
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(),
]),