Merged inheritance fix from stable

This commit is contained in:
moodler
2007-02-18 06:14:15 +00:00
parent 0bf93fcbce
commit e827a0fbeb
+4
View File
@@ -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.