From: OverlordQ Date: Thu, 3 Nov 2011 21:00:14 +0000 (+0000) Subject: Bug 28172 - wfGetDB called when it shouldn't be X-Git-Tag: 1.31.0-rc.0~26721 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=9191b2f8e67beef5680b2eb86f8ff272088d72fe;p=lhc%2Fweb%2Fwiklou.git Bug 28172 - wfGetDB called when it shouldn't be --- diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index b330f2758f..fea012e26a 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -553,6 +553,7 @@ class PostgresInstaller extends DatabaseInstaller { if( $conn->tableExists( 'user' ) ) { $status->warning( 'config-install-tables-exist' ); + $this->enableLB(); return $status; }