From 3a0995ff1ef8db84d83fd6f9fd1da9efe9843b95 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 16 Jan 2010 14:44:29 +0000 Subject: [PATCH] MediaWikiBagOStuff -> SqlBagOStuff in comment, both are the same since r55079 --- includes/BagOStuff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/BagOStuff.php b/includes/BagOStuff.php index c4dd4aadd0..48f0e4fed1 100644 --- a/includes/BagOStuff.php +++ b/includes/BagOStuff.php @@ -32,7 +32,7 @@ * backends for local hash array and SQL table included: * * $bag = new HashBagOStuff(); - * $bag = new MediaWikiBagOStuff($tablename); # connect to db first + * $bag = new SqlBagOStuff(); # connect to db first * * * @ingroup Cache -- 2.20.1