mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-22078 lib: bump redirect_if_major_update_required()
Changes to the course table enforce an update
This commit is contained in:
parent
4dfc6a3296
commit
c6c50e04d9
@ -1388,7 +1388,7 @@ function disable_output_buffering() {
|
||||
*/
|
||||
function redirect_if_major_upgrade_required() {
|
||||
global $CFG;
|
||||
$lastmajordbchanges = 2014093001.00;
|
||||
$lastmajordbchanges = 2016100501.00;
|
||||
if (empty($CFG->version) or (float)$CFG->version < $lastmajordbchanges or
|
||||
during_initial_install() or !empty($CFG->adminsetuppending)) {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user