Index: trunk/phase3/includes/db/LBFactory.php |
— | — | @@ -217,8 +217,8 @@ |
218 | 218 | /** |
219 | 219 | * LBFactory class that throws an error on any attempt to use it. |
220 | 220 | * 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 |
223 | 223 | */ |
224 | 224 | class LBFactory_Fake extends LBFactory { |
225 | 225 | function __construct( $conf ) {} |