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:
440021c
)
MDL-36454 install: add missing cache lib.
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Thu, 8 Nov 2012 12:07:47 +0000
(13:07 +0100)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Thu, 8 Nov 2012 12:07:47 +0000
(13:07 +0100)
install.php
patch
|
blob
|
blame
|
history
diff --git
a/install.php
b/install.php
index
69118df
..
e36c49b
100644
(file)
--- a/
install.php
+++ b/
install.php
@@
-193,6
+193,7
@@
require_once($CFG->libdir.'/deprecatedlib.php');
require_once($CFG->libdir.'/adminlib.php');
require_once($CFG->libdir.'/environmentlib.php');
require_once($CFG->libdir.'/componentlib.class.php');
+require_once($CFG->dirroot.'/cache/lib.php');
//point pear include path to moodles lib/pear so that includes and requires will search there for files before anywhere else
//the problem is that we need specific version of quickforms and hacked excel files :-(