Followup r79229, fix varible type fail
This commit is contained in:
parent
490367210b
commit
50a74880a7
1 changed files with 1 additions and 1 deletions
|
|
@ -3153,7 +3153,7 @@ function wfGetLB( $wiki = false ) {
|
|||
|
||||
/**
|
||||
* Get the load balancer factory object
|
||||
* @return LoadBalaner
|
||||
* @return LBFactory
|
||||
*/
|
||||
function &wfGetLBFactory() {
|
||||
return LBFactory::singleton();
|
||||
|
|
|
|||
Loading…
Reference in a new issue