mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Merge branch 'wip-MDL-35276-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
03f09a8a9b
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ if ($newcmid) {
|
||||||
echo $output->confirm(
|
echo $output->confirm(
|
||||||
get_string('duplicatesuccess', 'core', $a),
|
get_string('duplicatesuccess', 'core', $a),
|
||||||
new single_button(
|
new single_button(
|
||||||
new moodle_url('/course/modedit.php', array('update' => $newcmid)),
|
new moodle_url('/course/modedit.php', array('update' => $newcmid, 'sr' => $sectionreturn)),
|
||||||
get_string('duplicatecontedit'),
|
get_string('duplicatecontedit'),
|
||||||
'get'),
|
'get'),
|
||||||
new single_button(
|
new single_button(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue