From: Tim Starling Date: Mon, 21 Jun 2004 07:49:19 +0000 (+0000) Subject: bug fix X-Git-Tag: 1.5.0alpha1~2802 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=28bb28f0cc4d67e9497040bad2c757fd107638a8;p=lhc%2Fweb%2Fwiklou.git bug fix --- diff --git a/includes/LoadBalancer.php b/includes/LoadBalancer.php index a17e08d7c0..1ff454a21a 100644 --- a/includes/LoadBalancer.php +++ b/includes/LoadBalancer.php @@ -177,7 +177,7 @@ class LoadBalancer { { $c =& $this->getConnection( 0 ); if ( $c === false || !$c->isOpen() ) { - reportConnectionError( $conn ); + $this->reportConnectionError( $c ); $c = false; } return $c;