MediaWikiBagOStuff -> SqlBagOStuff in comment, both are the same since r55079
This commit is contained in:
parent
8e0e897034
commit
3a0995ff1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue