specify where to enable locking
This commit is contained in:
parent
4361ff92e2
commit
24756cf90b
|
@ -128,7 +128,7 @@ if (!$_['has_fileinfo']) {
|
||||||
if ($_['fileLockingType'] === 'none') {
|
if ($_['fileLockingType'] === 'none') {
|
||||||
?>
|
?>
|
||||||
<li>
|
<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>
|
</li>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue