X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FInstaller.php;h=4a287a885f50e9d5e47988de099608fe567f4e74;hb=061d959e7f1387432c38d580429ed9e612954ed6;hp=02d95096101f1b0fc93b31bd5bac02492c8f5245;hpb=347d959f25b94edc3df723a8c8c94f930f79f88a;p=friendica.git diff --git a/src/Core/Installer.php b/src/Core/Installer.php index 02d9509610..4a287a885f 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -591,7 +591,7 @@ class Installer * @return bool true if the check was successful, otherwise false * @throws Exception */ - public function checkDB($configCache, $dbhost, $dbuser, $dbpass, $dbdata) + public function checkDB(ConfigCache $configCache, $dbhost, $dbuser, $dbpass, $dbdata) { if (!DBA::connect($configCache, $dbhost, $dbuser, $dbpass, $dbdata)) { $this->addCheck(L10n::t('Could not connect to database.'), false, true, '');