mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
deleted redundant method which was just calling the parent method.
This commit is contained in:
parent
daaf61f40c
commit
e22618dd73
@ -119,10 +119,6 @@ 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user