MediaWikiBagOStuff -> SqlBagOStuff in comment, both are the same since r55079

This commit is contained in:
Alexandre Emsenhuber 2010-01-16 14:44:29 +00:00
parent 8e0e897034
commit 3a0995ff1e

View file

@ -32,7 +32,7 @@
* backends for local hash array and SQL table included:
* <code>
* $bag = new HashBagOStuff();
* $bag = new MediaWikiBagOStuff($tablename); # connect to db first
* $bag = new SqlBagOStuff(); # connect to db first
* </code>
*
* @ingroup Cache