From 6000365ee4076a1a0bc88ec03b66bd71a7fe4195 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 22 Mar 2007 00:10:47 +0000 Subject: [PATCH] MDL-8994 - Question category selector on the question type editing forms is ignored. Merged from MOODLE_18_STABLE. --- question/type/questiontype.php | 1 + 1 file changed, 1 insertion(+) diff --git a/question/type/questiontype.php b/question/type/questiontype.php index 03b2a1c799..fa481e93a1 100644 --- a/question/type/questiontype.php +++ b/question/type/questiontype.php @@ -150,6 +150,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; -- 2.39.5