From 66adefcbf613c61a3bedb77d68dd1b7d8b0a0fb8 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 22 Mar 2007 00:10:32 +0000 Subject: [PATCH] MDL-8994 - Question category selector on the question type editing forms is ignored. --- question/type/questiontype.php | 1 + 1 file changed, 1 insertion(+) diff --git a/question/type/questiontype.php b/question/type/questiontype.php index 17603c87ad7..65a8068c17c 100644 --- a/question/type/questiontype.php +++ b/question/type/questiontype.php @@ -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;