diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-09-07 15:09:40 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-09-07 15:09:40 +0200 |
commit | 24756cf90bff680a8820747af278dd0f80a6369c (patch) | |
tree | 406b8deb85ff730be3524eecaf5223cf01a18eba | |
parent | 4361ff92e2c5c2ccab16ac8b1ee63ddc9e0f1d37 (diff) | |
download | nextcloud-server-24756cf90bff680a8820747af278dd0f80a6369c.tar.gz nextcloud-server-24756cf90bff680a8820747af278dd0f80a6369c.zip |
specify where to enable locking
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 5d4ec22223e..4f3fb8f25bb 100644 --- a/settings/templates/admin.php +++ b/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 } |