Skip to content

Commit

Permalink
Merge pull request #121 from stronk7/enable_lang_upgrades
Browse files Browse the repository at this point in the history
Enable lang upgrades
  • Loading branch information
junpataleta authored Apr 25, 2024
2 parents 62eb8c1 + 6f8118a commit d6b7acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/main/modules/docker-php/config.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}

// Skip language upgrade during the on-sync period.
$CFG->skiplangupgrade = true;
$CFG->skiplangupgrade = false;

// Enable tests needing language install/upgrade
// only if we have language upgrades enabled (aka,
Expand Down

0 comments on commit d6b7acd

Please sign in to comment.