From: Aaron Schulz Date: Sat, 7 Jan 2012 23:05:59 +0000 (+0000) Subject: Fixed name of $wgLockManagers var in DefaultSettings.php X-Git-Tag: 1.31.0-rc.0~25444 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=69c9bf8e0be5e0743a6d5103e71c2ef5194508f3;p=lhc%2Fweb%2Fwiklou.git Fixed name of $wgLockManagers var in DefaultSettings.php --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7fb973cc3e..31cfc11855 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -381,7 +381,7 @@ $wgUseInstantCommons = false; * '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 @@ $wgFileBackends = array(); * '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.