From f8a82e3ea25ffee77ee8fe09426b3e68c178c502 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 14 Jul 2008 19:07:56 +0000 Subject: [PATCH] update comment --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 77f8cb1637..edf23cae6b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -648,7 +648,7 @@ $wgDBservers = false; * $wgDBserver, etc., so overriding it may cause those globals to be ignored. * * The LBFactory_Multi class is provided for this purpose, please see - * includes/LBFactory_Multi.php for configuration information. + * includes/db/LBFactory_Multi.php for configuration information. */ $wgLBFactoryConf = array( 'class' => 'LBFactory_Simple' ); -- 2.20.1