MDL-10663 - fix stupid typo on the stable branch. Somebody shoot me!
This commit is contained in:
@@ -439,7 +439,7 @@ class question_category_object {
|
||||
// wrap the table in a form and output it
|
||||
echo '<p><form action="category.php" method="post">';
|
||||
echo '<fieldset class="invisiblefieldset" style="display: block;">';
|
||||
echo '<input type="hidden" name="sesskey" value="' . $USER->sesskey . '" />'s;
|
||||
echo '<input type="hidden" name="sesskey" value="' . $USER->sesskey . '" />';
|
||||
echo '<input type="hidden" name="id" value="'. $this->course->id . '" />';
|
||||
echo '<input type="hidden" name="updateid" value="' . $category->id . '" />';
|
||||
echo '<input type="hidden" name="page" value="' . $page . '" />';
|
||||
|
||||
Reference in New Issue
Block a user