From 06f726a84fcfc128d804f3d5e0db98859a1eae58 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Tue, 17 Aug 2010 03:08:12 +0000 Subject: [PATCH] remove superfluous return --- includes/installer/MysqlInstaller.php | 1 - 1 file changed, 1 deletion(-) 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() ); } -- 2.20.1