MDL-36454 install: add missing cache lib.
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 8 Nov 2012 12:07:47 +0000 (13:07 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 8 Nov 2012 12:07:47 +0000 (13:07 +0100)
install.php

index 69118df..e36c49b 100644 (file)
@@ -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 :-(