Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -381,7 +381,7 @@ |
382 | 382 | * 'name' : A unique name for the backend |
383 | 383 | * 'class' : The file backend class to use |
384 | 384 | * '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) |
386 | 386 | * Additional parameters are specific to the class used. |
387 | 387 | */ |
388 | 388 | $wgFileBackends = array(); |
— | — | @@ -393,7 +393,7 @@ |
394 | 394 | * 'class' : The lock manger class to use |
395 | 395 | * Additional parameters are specific to the class used. |
396 | 396 | */ |
397 | | -$wgFileLockManagers = array(); |
| 397 | +$wgLockManagers = array(); |
398 | 398 | |
399 | 399 | /** |
400 | 400 | * Show EXIF data, on by default if available. |