]> git.mxchange.org Git - friendica.git/commitdiff
Removed unnecessary class
authorPhilipp Holzer <admin@philipp.info>
Mon, 8 Apr 2019 21:29:37 +0000 (23:29 +0200)
committerPhilipp Holzer <admin@philipp.info>
Tue, 9 Apr 2019 06:31:19 +0000 (08:31 +0200)
src/Core/Update.php

index 328938fe1c6b35b17a84ad4a8f4ba77307e80203..3a356d162434cf34ef047e6179b8ff95c67ed390 100644 (file)
@@ -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
         *