From 0dd353212d7f101922988c172b42269ce2ceaa4d Mon Sep 17 00:00:00 2001 From: Nadia Ahmad Date: Thu, 8 Aug 2024 12:03:27 +0200 Subject: [PATCH] Update components/ILIAS/Authentication/classes/class.ilAuthLogoutPageEditorSettings.php Co-authored-by: Michael Jansen --- .../classes/class.ilAuthLogoutPageEditorSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ILIAS/Authentication/classes/class.ilAuthLogoutPageEditorSettings.php b/components/ILIAS/Authentication/classes/class.ilAuthLogoutPageEditorSettings.php index 8b350fed411f..572bdeb002ae 100644 --- a/components/ILIAS/Authentication/classes/class.ilAuthLogoutPageEditorSettings.php +++ b/components/ILIAS/Authentication/classes/class.ilAuthLogoutPageEditorSettings.php @@ -28,7 +28,7 @@ class ilAuthLogoutPageEditorSettings private ilLanguage $lng; - public function __construct() + private function __construct() { global $DIC; $this->lng = $DIC->language();