specify where to enable locking

This commit is contained in:
Robin Appelman 2015-09-07 15:09:40 +02:00
parent 4361ff92e2
commit 24756cf90b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ if (!$_['has_fileinfo']) {
if ($_['fileLockingType'] === 'none') {
?>
<li>
<?php p($l->t('Transitional file locking is disabled, this might lead to issues with race conditions, enable \'filelocking.enabled\' to improve handling of race conditions.')); ?>
<?php p($l->t('Transitional file locking is disabled, this might lead to issues with race conditions, enable \'filelocking.enabled\' in config.php to improve handling of race conditions.')); ?>
</li>
<?php
}