specify where to enable locking

remotes/origin/db-empty-migrate
Robin Appelman 9 years ago
parent 4361ff92e2
commit 24756cf90b
  1. 2
      settings/templates/admin.php

@ -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
}

Loading…
Cancel
Save