Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -648,7 +648,7 @@ |
649 | 649 | * $wgDBserver, etc., so overriding it may cause those globals to be ignored. |
650 | 650 | * |
651 | 651 | * The LBFactory_Multi class is provided for this purpose, please see |
652 | | - * includes/LBFactory_Multi.php for configuration information. |
| 652 | + * includes/db/LBFactory_Multi.php for configuration information. |
653 | 653 | */ |
654 | 654 | $wgLBFactoryConf = array( 'class' => 'LBFactory_Simple' ); |
655 | 655 | |