From: Tim Starling Date: Sat, 26 Jun 2004 04:46:08 +0000 (+0000) Subject: bug fix X-Git-Tag: 1.5.0alpha1~2768 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=f912c43a127270f56e52732a64895f13e5d63b5e;p=lhc%2Fweb%2Fwiklou.git bug fix --- diff --git a/includes/Article.php b/includes/Article.php index 203027f8a8..6dea6747dc 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -116,7 +116,7 @@ class Article { } /* static */ function fetchFromLocation( $location, $hash ) { - global $wgDatabase, $wgKnownDBServers; + global $wgLoadBalancer; $fname = 'fetchFromLocation'; wfProfileIn( $fname );