mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Fixed four more references to mimetypes.php (bug 2690) Thanks, Gustav!
This commit is contained in:
parent
ec00f82454
commit
8a0556be8c
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
/// ABSTRACT SUPERCLASS FOR QUSTION TYPES THAT USE DATASETS ///
|
||||
///////////////////////////////////////////////////////////////
|
||||
|
||||
require_once($CFG->dirroot . '/files/mimetypes.php');
|
||||
require_once($CFG->libdir.'/filelib.php');
|
||||
|
||||
define("LITERAL", "1");
|
||||
define("FILE", "2");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue