https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108334

Revision: 108334
Author:   aaron
Date:     2012-01-07 23:05:59 +0000 (Sat, 07 Jan 2012)
Log Message:
-----------
Fixed name of $wgLockManagers var in DefaultSettings.php

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2012-01-07 22:57:39 UTC (rev 
108333)
+++ trunk/phase3/includes/DefaultSettings.php   2012-01-07 23:05:59 UTC (rev 
108334)
@@ -381,7 +381,7 @@
  *     'name'        : A unique name for the backend
  *     'class'       : The file backend class to use
  *     'wikiId'      : A unique string that identifies the wiki (container 
prefix)
- *     'lockManager' : The name of a lock manager (see $wgFileLockManagers)
+ *     'lockManager' : The name of a lock manager (see $wgLockManagers)
  * Additional parameters are specific to the class used.
  */
 $wgFileBackends = array();
@@ -393,7 +393,7 @@
  *     'class'       : The lock manger class to use
  * Additional parameters are specific to the class used.
  */
-$wgFileLockManagers = array();
+$wgLockManagers = array();
 
 /**
  * Show EXIF data, on by default if available.


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to