From e827a0fbeba3cc87f95b70cfd81f86493fadf524 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 18 Feb 2007 06:14:15 +0000 Subject: [PATCH] Merged inheritance fix from stable --- question/type/essay/questiontype.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/question/type/essay/questiontype.php b/question/type/essay/questiontype.php index 1dcbeb41ec..b92c3443cb 100644 --- a/question/type/essay/questiontype.php +++ b/question/type/essay/questiontype.php @@ -115,6 +115,10 @@ class question_essay_qtype extends default_questiontype { return true; } + function display_question_editing_page(&$mform, $question, $wizardnow){ + parent:: display_question_editing_page($mform, $question, $wizardnow); + } + /** * Backup the extra information specific to an essay question - over and above * what is in the mdl_question table. -- 2.39.5