r66010 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66009‎ | r66010 | r66011 >
Date:12:47, 7 May 2010
Author:demon
Status:ok
Tags:
Comment:
Typo in docs
Modified paths:
  • /trunk/phase3/includes/db/LBFactory.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/LBFactory.php
@@ -217,8 +217,8 @@
218218 /**
219219 * LBFactory class that throws an error on any attempt to use it.
220220 * This will typically be done via wfGetDB().
221 - * Call LBFactory::disable() to start using this, and LBFactory::enable() to
222 - * return to normal behavior
 221+ * Call LBFactory::disableBackend() to start using this, and
 222+ * LBFactory::enableBackend() to return to normal behavior
223223 */
224224 class LBFactory_Fake extends LBFactory {
225225 function __construct( $conf ) {}

Status & tagging log