mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
forced upgrade version updated
This commit is contained in:
parent
4b1acb3ae8
commit
f83b3b13f3
@ -752,7 +752,7 @@ function get_real_size($size=0) {
|
||||
*/
|
||||
function redirect_if_major_upgrade_required() {
|
||||
global $CFG;
|
||||
$lastmajordbchanges = 2010042303;
|
||||
$lastmajordbchanges = 2010050404;
|
||||
if (empty($CFG->version) or (int)$CFG->version < $lastmajordbchanges or
|
||||
during_initial_install() or !empty($CFG->adminsetuppending)) {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user