From 5f2dd1bd503b7122f1776009bc2590028b04867c Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Fri, 20 Sep 2019 21:44:33 +0100 Subject: [PATCH] MDL-66656 format_social: Edit Summary Icon leads to 'File not found'. --- course/format/social/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/format/social/format.php b/course/format/social/format.php index bde9709102155..44cf6ca12ab4a 100644 --- a/course/format/social/format.php +++ b/course/format/social/format.php @@ -50,7 +50,7 @@ $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(), ]),