Index: trunk/phase3/includes/installer/PostgresInstaller.php |
— | — | @@ -78,9 +78,7 @@ |
79 | 79 | } |
80 | 80 | |
81 | 81 | // Try to connect |
82 | | - if ( $status->isOK() ) { |
83 | | - $status->merge( $this->getConnection() ); |
84 | | - } |
| 82 | + $status->merge( $this->getConnection() ); |
85 | 83 | if ( !$status->isOK() ) { |
86 | 84 | return $status; |
87 | 85 | } |