mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +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
@ -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…
x
Reference in New Issue
Block a user