mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
MDL-24607 mnet: fixed filelib inclusion before it is used
This commit is contained in:
parent
d0c675f774
commit
841ec10375
@ -8,6 +8,8 @@
|
||||
* @package mnet
|
||||
*/
|
||||
|
||||
require_once($CFG->libdir . '/filelib.php'); // download_file_content() used here
|
||||
|
||||
class mnet_peer {
|
||||
|
||||
var $id = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user