Small tweaks to $wgLockManagers documentation.
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 20 Feb 2013 22:00:15 +0000 (14:00 -0800)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 21 Feb 2013 06:38:37 +0000 (06:38 +0000)
Change-Id: Ib9678e303a1360ccb1e9005ac919ed75e4e45705

includes/DefaultSettings.php

index 5d07212..a6eed69 100644 (file)
@@ -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();