From 28bb28f0cc4d67e9497040bad2c757fd107638a8 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 21 Jun 2004 07:49:19 +0000 Subject: [PATCH] bug fix --- includes/LoadBalancer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1