MDL-8994 - Question category selector on the question type editing forms is ignored.

This commit is contained in:
tjhunt
2007-03-22 00:10:32 +00:00
parent c01c3954af
commit 66adefcbf6
+1
View File
@@ -147,6 +147,7 @@ class default_questiontype {
// question types.
// First, save the basic question itself
$question->category = $form->category;
$question->name = trim($form->name);
$question->questiontext = trim($form->questiontext);
$question->questiontextformat = $form->questiontextformat;