MDL-67522 core_lock: fix mistype in config-dist

This commit is contained in:
Marina Glancy
2019-12-14 19:31:17 +01:00
parent fcc93935be
commit 4b45a0fb43
+1 -1
View File
@@ -543,7 +543,7 @@ $CFG->admin = 'admin';
//
// Location for lock files used by the File locking factory. This must exist
// on a shared file system that supports locking.
// $CFG->lock_file_root = $CFG->dataroot . '/lock';
// $CFG->file_lock_root = $CFG->dataroot . '/lock';
//
//
// Alternative task logging.