From: Mark A. Hershberger Date: Tue, 17 Aug 2010 03:08:12 +0000 (+0000) Subject: remove superfluous return X-Git-Tag: 1.31.0-rc.0~35463 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=06f726a84fcfc128d804f3d5e0db98859a1eae58;p=lhc%2Fweb%2Fwiklou.git remove superfluous return --- diff --git a/includes/installer/MysqlInstaller.php b/includes/installer/MysqlInstaller.php index d2d6bdf685..acc2365e35 100644 --- a/includes/installer/MysqlInstaller.php +++ b/includes/installer/MysqlInstaller.php @@ -118,7 +118,6 @@ class MysqlInstaller extends DatabaseInstaller { $this->getVar( 'wgDBprefix' ) ); $status->value = $this->db; - return $status; } catch ( DBConnectionError $e ) { $status->fatal( 'config-connection-error', $e->getMessage() ); }