From: Sam Reed Date: Thu, 30 Dec 2010 02:45:28 +0000 (+0000) Subject: Followup r79229, fix varible type fail X-Git-Tag: 1.31.0-rc.0~32991 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=50a74880a75893be5bc5d1bcad892f3c6569d467;p=lhc%2Fweb%2Fwiklou.git Followup r79229, fix varible type fail --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 65ccdc1256..a7b06963e8 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3153,7 +3153,7 @@ function wfGetLB( $wiki = false ) { /** * Get the load balancer factory object - * @return LoadBalaner + * @return LBFactory */ function &wfGetLBFactory() { return LBFactory::singleton();