Index: trunk/phase3/includes/installer/MysqlInstaller.php |
— | — | @@ -118,7 +118,6 @@ |
119 | 119 | $this->getVar( 'wgDBprefix' ) |
120 | 120 | ); |
121 | 121 | $status->value = $this->db; |
122 | | - return $status; |
123 | 122 | } catch ( DBConnectionError $e ) { |
124 | 123 | $status->fatal( 'config-connection-error', $e->getMessage() ); |
125 | 124 | } |