Bug 28172 - wfGetDB called when it shouldn't be
authorOverlordQ <overlordq@users.mediawiki.org>
Thu, 3 Nov 2011 21:00:14 +0000 (21:00 +0000)
committerOverlordQ <overlordq@users.mediawiki.org>
Thu, 3 Nov 2011 21:00:14 +0000 (21:00 +0000)
includes/installer/PostgresInstaller.php

index b330f27..fea012e 100644 (file)
@@ -553,6 +553,7 @@ class PostgresInstaller extends DatabaseInstaller {
 
                if( $conn->tableExists( 'user' ) ) {
                        $status->warning( 'config-install-tables-exist' );
+                       $this->enableLB();
                        return $status;
                }