Skip to content

Commit

Permalink
MDL-37455 - redirect for mod_folder course breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Feb 26, 2013
1 parent fd6e1aa commit e7054f0
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 @@ -1149,7 +1149,7 @@ function disable_output_buffering() {
*/
function redirect_if_major_upgrade_required() {
global $CFG;
$lastmajordbchanges = 2013021100.01;
$lastmajordbchanges = 2013022500.01;
if (empty($CFG->version) or (float)$CFG->version < $lastmajordbchanges or
during_initial_install() or !empty($CFG->adminsetuppending)) {
try {
Expand Down

0 comments on commit e7054f0

Please sign in to comment.