Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923451c
)
MDL-35276 fix redirect to course/section pages
author
Marina Glancy
<marina@moodle.com>
Wed, 26 Sep 2012 07:16:24 +0000
(15:16 +0800)
committer
Marina Glancy
<marina@moodle.com>
Wed, 26 Sep 2012 07:16:24 +0000
(15:16 +0800)
course/modduplicate.php
patch
|
blob
|
blame
|
history
diff --git
a/course/modduplicate.php
b/course/modduplicate.php
index
4ef63e7
..
d175a87
100644
(file)
--- a/
course/modduplicate.php
+++ b/
course/modduplicate.php
@@
-134,7
+134,7
@@
if ($newcmid) {
echo $output->confirm(
get_string('duplicatesuccess', 'core', $a),
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'),
new single_button(