r71190 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71189‎ | r71190 | r71191 >
Date:03:08, 17 August 2010
Author:mah
Status:ok
Tags:
Comment:
remove superfluous return
Modified paths:
  • /trunk/phase3/includes/installer/MysqlInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/MysqlInstaller.php
@@ -118,7 +118,6 @@
119119 $this->getVar( 'wgDBprefix' )
120120 );
121121 $status->value = $this->db;
122 - return $status;
123122 } catch ( DBConnectionError $e ) {
124123 $status->fatal( 'config-connection-error', $e->getMessage() );
125124 }

Status & tagging log