From: Aaron Schulz Date: Wed, 20 Feb 2013 22:00:15 +0000 (-0800) Subject: Small tweaks to $wgLockManagers documentation. X-Git-Tag: 1.31.0-rc.0~20610 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=7013da720b4682ad1d550bbe3d01dc4ff3209e8c;p=lhc%2Fweb%2Fwiklou.git Small tweaks to $wgLockManagers documentation. Change-Id: Ib9678e303a1360ccb1e9005ac919ed75e4e45705 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5d07212452..a6eed691db 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -473,7 +473,9 @@ $wgFileBackends = array(); * Each backend configuration has the following parameters: * - 'name' : A unique name for the lock manager * - 'class' : The lock manger class to use - * Additional parameters are specific to the class used. + * + * See LockManager::__construct() for more details. + * Additional parameters are specific to the lock manager class used. * These settings should be global to all wikis. */ $wgLockManagers = array();