mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-72851-master' of git://github.com/ilyatregubov/moodle
This commit is contained in:
commit
5b60230a26
1 changed files with 1 additions and 1 deletions
|
@ -1405,7 +1405,7 @@ function disable_output_buffering() {
|
|||
*/
|
||||
function is_major_upgrade_required() {
|
||||
global $CFG;
|
||||
$lastmajordbchanges = 2019050100.01;
|
||||
$lastmajordbchanges = 2021101900.01;
|
||||
|
||||
$required = empty($CFG->version);
|
||||
$required = $required || (float)$CFG->version < $lastmajordbchanges;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue