mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +02:00
MDL-24607 mnet: fixed filelib inclusion before it is used
This commit is contained in:
parent
d0c675f774
commit
841ec10375
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
* @package mnet
|
||||
*/
|
||||
|
||||
require_once($CFG->libdir . '/filelib.php'); // download_file_content() used here
|
||||
|
||||
class mnet_peer {
|
||||
|
||||
var $id = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue