MDL-12172 - print_continue should create a method="get" button, not post. Merged from MOODLE_19_STABLE.

This commit is contained in:
tjhunt 2007-11-14 16:34:26 +00:00
parent f72d4df82e
commit 9cb69c1910

View File

@ -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) {