From 961d010bccfb81f5f663aeb7011f6a402798b15e 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 --- Application/Timerecording/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Timerecording/Application.php b/Application/Timerecording/Application.php index a84b7c7..53a9ba3 100755 --- a/Application/Timerecording/Application.php +++ b/Application/Timerecording/Application.php @@ -162,7 +162,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);