From 63660b6fc0231913ebcc5433e9aae4ec80b81aa1 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Mon, 8 Apr 2019 23:29:37 +0200 Subject: [PATCH] Removed unnecessary class --- src/Core/Update.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Core/Update.php b/src/Core/Update.php index 328938fe1c..3a356d1624 100644 --- a/src/Core/Update.php +++ b/src/Core/Update.php @@ -27,9 +27,6 @@ class Update return; } - // Check if the config files are set correctly - self::checkBaseSettings($_SERVER); - // Don't check the status if the last update was failed if (Config::get('system', 'update', Update::SUCCESS, true) == Update::FAILED) { return; @@ -225,11 +222,6 @@ class Update } } - public static function checkBaseSettings(array $server) - { - - } - /** * send the email and do what is needed to do on update fails *