mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Switch a form from post to get, since that is more appropriate.
This commit is contained in:
parent
d46306de6a
commit
d1f2b9e130
@ -126,7 +126,7 @@ function question_category_form($course, $pageurl, $current, $recurse=1, $showhi
|
||||
|
||||
popup_form ("edit.php?".$pageurl->get_query_string()."&category=", $catmenu, "catmenu", $current, "", "", "", false, "self", "<strong>$strcategory</strong>");
|
||||
|
||||
echo '<form method="post" action="edit.php" id="displayoptions">';
|
||||
echo '<form method="get" action="edit.php" id="displayoptions">';
|
||||
echo "<fieldset class='invisiblefieldset'>";
|
||||
echo $pageurl->hidden_params_out(array('recurse', 'showhidden', 'showquestiontext'));
|
||||
question_category_form_checkbox('recurse', $recurse);
|
||||
|
Loading…
x
Reference in New Issue
Block a user