Skip to content

Commit

Permalink
Revert "MDL-61876 admin: for upgraded sites keep forceclean=0"
Browse files Browse the repository at this point in the history
This reverts commit 7529031.
  • Loading branch information
andrewnicols committed May 8, 2018
1 parent a9be2f1 commit e3a1b34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions lib/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2216,15 +2216,5 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2018040500.01);
}

if ($oldversion < 2018050200.01) {

// For upgraded sites we set $CFG->forceclean to 0 to preserve the current behavior.
// For new sites the default for this setting will be 1.
set_config('forceclean', 0);

// Main savepoint reached.
upgrade_main_savepoint(true, 2018050200.01);
}

return true;
}
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

defined('MOODLE_INTERNAL') || die();

$version = 2018050200.01; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2018050200.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.

Expand Down

0 comments on commit e3a1b34

Please sign in to comment.