Followup r79229, fix varible type fail

This commit is contained in:
Sam Reed 2010-12-30 02:45:28 +00:00
parent 490367210b
commit 50a74880a7

View file

@ -3153,7 +3153,7 @@ function wfGetLB( $wiki = false ) {
/**
* Get the load balancer factory object
* @return LoadBalaner
* @return LBFactory
*/
function &wfGetLBFactory() {
return LBFactory::singleton();