Merge branch 'MDL-81124' of https://github.com/stronk7/moodle
This commit is contained in:
+1
-1
@@ -1492,7 +1492,7 @@ function disable_output_buffering() {
|
||||
*/
|
||||
function is_major_upgrade_required() {
|
||||
global $CFG;
|
||||
$lastmajordbchanges = 2022101400.03; // This should be the version where the breaking changes happen.
|
||||
$lastmajordbchanges = 2024010400.00; // This should be the version where the breaking changes happen.
|
||||
|
||||
$required = empty($CFG->version);
|
||||
$required = $required || (float)$CFG->version < $lastmajordbchanges;
|
||||
|
||||
Reference in New Issue
Block a user