From 357e02e84a1f9f54585e0e1a9ba04c9cba82643a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Oct 2021 11:03:34 +0200 Subject: [PATCH] unit tests and bug fixes --- Admin/Install/Application/QA/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Install/Application/QA/Application.php b/Admin/Install/Application/QA/Application.php index 42a2af2..21438e0 100755 --- a/Admin/Install/Application/QA/Application.php +++ b/Admin/Install/Application/QA/Application.php @@ -139,7 +139,7 @@ final class Application DataMapperAbstract::setConnection($con); $this->app->cachePool = new CachePool(); - $this->app->appSettings = new CoreSettings($con); + $this->app->appSettings = new CoreSettings(); $this->app->eventManager = new EventManager($this->app->dispatcher); $this->app->accountManager = new AccountManager($this->app->sessionManager); $this->app->l11nServer = LocalizationMapper::get(1);