mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-52162 question: Removing unnecessary dependency
APIs dependencies were correctly removed during MDL-38214 review although this unnecessary require remained here. Credit to Marina Glancy.
This commit is contained in:
parent
26653c8b5c
commit
0519a1dabb
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
require_once($CFG->dirroot . '/question/type/multianswer/questiontype.php');
|
||||
|
||||
/**
|
||||
* Upgrade code for the multi-answer question type.
|
||||
* @param int $oldversion the version we are upgrading from.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue