MDL-12172 - print_continue should create a method="get" button, not post. Merged from MOODLE_19_STABLE.
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user