mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
MDL-12172 - print_continue should create a method="get" button, not post. Merged from MOODLE_19_STABLE.
This commit is contained in:
parent
f72d4df82e
commit
9cb69c1910
@ -3668,7 +3668,7 @@ function print_continue($link, $return=false) {
|
||||
|
||||
$output .= '<div class="continuebutton">';
|
||||
|
||||
$output .= print_single_button($link, NULL, get_string('continue'), 'post', $CFG->framename, true);
|
||||
$output .= print_single_button($link, NULL, get_string('continue'), 'get', $CFG->framename, true);
|
||||
$output .= '</div>'."\n";
|
||||
|
||||
if ($return) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user