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:
88e5c58
)
MDL-25761 Database module: missing portfolio library inclusion
author
David Mudrak
<david@moodle.com>
Tue, 21 Dec 2010 09:40:19 +0000
(10:40 +0100)
committer
David Mudrak
<david@moodle.com>
Tue, 21 Dec 2010 09:40:19 +0000
(10:40 +0100)
Portfolios are not officially supported in Database module yet. But this
missing library inclusion is a coding error because the class defined in
the library is already used in the code.
mod/data/locallib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/data/locallib.php
b/mod/data/locallib.php
index
807999b
..
d8f8ab9
100644
(file)
--- a/
mod/data/locallib.php
+++ b/
mod/data/locallib.php
@@
-22,6
+22,7
@@
*/
require_once($CFG->dirroot . '/mod/data/lib.php');
+require_once($CFG->libdir . '/portfolio/caller.php');
/**
* The class to handle entry exports of a database module