mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-15094 lib/db/upgrade.php is required file
This commit is contained in:
parent
777f042ff5
commit
c3175af5d5
@ -211,10 +211,7 @@
|
||||
|
||||
/// Check version of Moodle code on disk compared with database
|
||||
/// and upgrade if possible.
|
||||
|
||||
if (file_exists("$CFG->dirroot/lib/db/upgrade.php")) {
|
||||
include_once("$CFG->dirroot/lib/db/upgrade.php"); # defines new upgrades
|
||||
}
|
||||
require_once("$CFG->dirroot/lib/db/upgrade.php"); # defines new upgrades
|
||||
|
||||
$stradministration = get_string("administration");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user