mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
fixed yet another missing courseid parameter :-)
This commit is contained in:
parent
11a0b96a4b
commit
fd14913ed6
@ -83,6 +83,7 @@ function question_category_form($course, $current, $recurse=1, $showhidden=false
|
||||
echo '</td></tr></table>';
|
||||
echo '<form method="post" action="edit.php" name="displayoptions">';
|
||||
echo '<table><tr><td>';
|
||||
echo "<input type=\"hidden\" name=\"courseid\" value=\"{$course->id}\" />";
|
||||
echo '<input type="hidden" name="recurse" value="0" />';
|
||||
echo '<input type="checkbox" name="recurse" value="1"';
|
||||
if ($recurse) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user