mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 16:40:07 +01:00
Merge branch 'MDL-57898-master-fix-2' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
e404c97e5d
@ -1407,7 +1407,7 @@ function disable_output_buffering() {
|
||||
*/
|
||||
function is_major_upgrade_required() {
|
||||
global $CFG;
|
||||
$lastmajordbchanges = 2019011101.00;
|
||||
$lastmajordbchanges = 2019011801.00;
|
||||
|
||||
$required = empty($CFG->version);
|
||||
$required = $required || (float)$CFG->version < $lastmajordbchanges;
|
||||
|
Loading…
x
Reference in New Issue
Block a user