Skip to content

Commit

Permalink
MDL-24607 mnet: fixed filelib inclusion before it is used
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Oct 11, 2010
1 parent d0c675f commit 841ec10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mnet/peer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* @package mnet
*/

require_once($CFG->libdir . '/filelib.php'); // download_file_content() used here

class mnet_peer {

var $id = 0;
Expand Down

0 comments on commit 841ec10

Please sign in to comment.