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) {