From aa187985c51925524c753ceb3e145cd4dce4b74a Mon Sep 17 00:00:00 2001 From: Fabian Schmid Date: Thu, 9 Apr 2026 14:30:30 +0200 Subject: [PATCH] [FIX] 0047591: Missing language module or move translations to dash#:#... --- .../ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php b/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php index db8d87359df4..7f53981b0baf 100755 --- a/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php +++ b/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php @@ -173,6 +173,7 @@ public function init(): void { $this->lng->loadLanguageModule('dash'); $this->lng->loadLanguageModule('pd'); + $this->lng->loadLanguageModule('rep'); $this->initViewSettings(); $this->view_settings->parse(); $this->requested_item_ref_id = (int) ($this->http->request()->getQueryParams()['item_ref_id'] ?? 0);