Skip to content

Commit

Permalink
MDL-20601 bumping up redirect version after major changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Nov 4, 2009
1 parent aa6c1ce commit e7f59ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setuplib.php
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ function get_real_size($size=0) {
*/
function redirect_if_major_upgrade_required() {
global $CFG;
$lastmajordbchanges = 2009071000;
$lastmajordbchanges = 2009110400;
if (empty($CFG->version) or (int)$CFG->version < $lastmajordbchanges or
during_initial_install() or !empty($CFG->adminsetuppending)) {
try {
Expand Down

0 comments on commit e7f59ef

Please sign in to comment.