From d5e8eed587bd6a9cde951a36162a01699602d098 Mon Sep 17 00:00:00 2001 From: sminnee Date: Fri, 15 Oct 2010 01:14:34 +0000 Subject: [PATCH] MINOR Removed double returns in installer (redundant code) (from r104709) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112386 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install.php b/install.php index 6d8bd54..1d00609 100644 --- a/install.php +++ b/install.php @@ -698,7 +698,6 @@ class InstallRequirements { $class = str_replace('.php', '', basename($helperPath)); } return (class_exists($class)) ? new $class() : new MySQLDatabaseConfigurationHelper(); - return new $class(); } function requireDatabaseFunctions($databaseConfig, $testDetails) {