mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'wip_MDL-66656_master' of git://github.com/gjb2048/moodle
This commit is contained in:
commit
91577e2d54
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if (trim($forum->intro) != '') {
|
||||||
$streditsummary = get_string('editsummary');
|
$streditsummary = get_string('editsummary');
|
||||||
$introcontent .= html_writer::start_div('editinglink');
|
$introcontent .= html_writer::start_div('editinglink');
|
||||||
$introcontent .= html_writer::link(
|
$introcontent .= html_writer::link(
|
||||||
new moodle_url('/modedit.php', [
|
new moodle_url('/course/modedit.php', [
|
||||||
'update' => $coursemodule->id,
|
'update' => $coursemodule->id,
|
||||||
'sesskey' => sesskey(),
|
'sesskey' => sesskey(),
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue