From 1f7d3288020c09fcfa8c9b35b87006d117f9be93 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 7 May 2010 12:47:23 +0000 Subject: [PATCH] Typo in docs --- includes/db/LBFactory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/db/LBFactory.php b/includes/db/LBFactory.php index f5e889f4a4..d6295452a0 100644 --- a/includes/db/LBFactory.php +++ b/includes/db/LBFactory.php @@ -217,8 +217,8 @@ class LBFactory_Simple extends LBFactory { /** * LBFactory class that throws an error on any attempt to use it. * This will typically be done via wfGetDB(). - * Call LBFactory::disable() to start using this, and LBFactory::enable() to - * return to normal behavior + * Call LBFactory::disableBackend() to start using this, and + * LBFactory::enableBackend() to return to normal behavior */ class LBFactory_Fake extends LBFactory { function __construct( $conf ) {} -- 2.20.1