Skip to content

Commit 5af1206

Browse files
authored
Merge pull request #35 from stronk7/disable_lang_upgrade
Disable lang upgrades, to be enabled once the lang branch is available
2 parents f679b06 + 8cd284f commit 5af1206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/master/config.template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939

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

4343
$CFG->wwwroot = 'http://host.name';
4444
$CFG->dataroot = '/var/www/moodledata';

0 commit comments

Comments
 (0)