* r109659: actually return the exact type we say we do
[lhc/web/wiklou.git] / 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;
                }