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:
4db0616
)
MDL-33527 - Database - Fixing the ability to export database entries
author
Jason Fowler
<phalacee@gmail.com>
Wed, 6 Jun 2012 01:13:26 +0000
(09:13 +0800)
committer
Jason Fowler
<phalacee@gmail.com>
Wed, 6 Jun 2012 01:13:26 +0000
(09:13 +0800)
mod/data/locallib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/data/locallib.php
b/mod/data/locallib.php
index
4ab3df8
..
25f5ed9
100644
(file)
--- a/
mod/data/locallib.php
+++ b/
mod/data/locallib.php
@@
-23,6
+23,7
@@
require_once($CFG->dirroot . '/mod/data/lib.php');
require_once($CFG->libdir . '/portfolio/caller.php');
+require_once($CFG->libdir . '/filebrowser/file_info.php');
/**
* The class to handle entry exports of a database module