From: tjhunt Date: Thu, 22 Mar 2007 00:10:47 +0000 (+0000) Subject: MDL-8994 - Question category selector on the question type editing forms is ignored... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6000365ee4076a1a0bc88ec03b66bd71a7fe4195;p=moodle.git MDL-8994 - Question category selector on the question type editing forms is ignored. Merged from MOODLE_18_STABLE. --- 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;