mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Just remove one condition previously checked.
This commit is contained in:
parent
b8851b80eb
commit
f2e0049dec
@ -193,7 +193,7 @@
|
||||
/// Launch the old main upgrade
|
||||
$status = main_upgrade($CFG->version);
|
||||
/// If succesful and exists launch the new main upgrade (XMLDB), called xmldb_main_upgrade
|
||||
if ($status && $CFG->xmldb_enabled && function_exists('xmldb_main_upgrade')) {
|
||||
if ($status && function_exists('xmldb_main_upgrade')) {
|
||||
$status = xmldb_main_upgrade($CFG->version);
|
||||
}
|
||||
/// If successful, continue upgrading roles and setting everything properly
|
||||
|
Loading…
x
Reference in New Issue
Block a user