r108334 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108333‎ | r108334 | r108335 >
Date:23:05, 7 January 2012
Author:aaron
Status:ok
Tags:
Comment:
Fixed name of $wgLockManagers var in DefaultSettings.php
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -381,7 +381,7 @@
382382 * 'name' : A unique name for the backend
383383 * 'class' : The file backend class to use
384384 * 'wikiId' : A unique string that identifies the wiki (container prefix)
385 - * 'lockManager' : The name of a lock manager (see $wgFileLockManagers)
 385+ * 'lockManager' : The name of a lock manager (see $wgLockManagers)
386386 * Additional parameters are specific to the class used.
387387 */
388388 $wgFileBackends = array();
@@ -393,7 +393,7 @@
394394 * 'class' : The lock manger class to use
395395 * Additional parameters are specific to the class used.
396396 */
397 -$wgFileLockManagers = array();
 397+$wgLockManagers = array();
398398
399399 /**
400400 * Show EXIF data, on by default if available.

Status & tagging log