Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0c675f
)
MDL-24607 mnet: fixed filelib inclusion before it is used
author
David Mudrak
<david.mudrak@gmail.com>
Mon, 11 Oct 2010 12:19:04 +0000
(12:19 +0000)
committer
David Mudrak
<david.mudrak@gmail.com>
Mon, 11 Oct 2010 12:19:04 +0000
(12:19 +0000)
mnet/peer.php
patch
|
blob
|
blame
|
history
diff --git
a/mnet/peer.php
b/mnet/peer.php
index
436b708
..
da46638
100644
(file)
--- a/
mnet/peer.php
+++ b/
mnet/peer.php
@@
-8,6
+8,8
@@
* @package mnet
*/
+require_once($CFG->libdir . '/filelib.php'); // download_file_content() used here
+
class mnet_peer {
var $id = 0;