MDL-10663 - fix stupid typo on the stable branch. Somebody shoot me!

This commit is contained in:
tjhunt
2007-07-31 09:38:52 +00:00
parent 960192ec0e
commit 1e6eb9da35
+1 -1
View File
@@ -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 . '" />';