From 8b6437ee3c8f23167223dc40821c6dd1cf742a28 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/Shop/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Install/Application/Shop/Application.php b/Admin/Install/Application/Shop/Application.php index f601d28..bfaf5a1 100755 --- a/Admin/Install/Application/Shop/Application.php +++ b/Admin/Install/Application/Shop/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);