Skip to content

Commit

Permalink
Merge branch 'wip_MDL-66656_m37' of git://github.com/gjb2048/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_37_STABLE
  • Loading branch information
abgreeve committed Sep 25, 2019
2 parents ee1fac1 + 5f2dd1b commit 4e0b890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/format/social/format.php
Expand Up @@ -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(),
]),
Expand Down

0 comments on commit 4e0b890

Please sign in to comment.