diff --git a/includes/BagOStuff.php b/includes/BagOStuff.php index c4dd4aadd0c..48f0e4fed11 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