From c9cf15b72bf37971b77e54d36c86cf04f8e39d12 Mon Sep 17 00:00:00 2001 From: Adam Antal Date: Mon, 20 Nov 2023 13:14:59 +0100 Subject: [PATCH] Remove undefined $generalSettings variable in dpl_react_apps.module --- web/modules/custom/dpl_react_apps/dpl_react_apps.module | 1 - 1 file changed, 1 deletion(-) diff --git a/web/modules/custom/dpl_react_apps/dpl_react_apps.module b/web/modules/custom/dpl_react_apps/dpl_react_apps.module index 2a064bead..0332a7cec 100644 --- a/web/modules/custom/dpl_react_apps/dpl_react_apps.module +++ b/web/modules/custom/dpl_react_apps/dpl_react_apps.module @@ -104,7 +104,6 @@ function dpl_react_apps_dpl_react_apps_data(array &$data): void { Url::fromRoute('dpl_dashboard.list')->toString() ), 'ereolen-homepage' => dpl_react_apps_format_app_url( - $generalSettings->get('ereolen_homepage_url'), GeneralSettingsForm::EREOLEN_HOMEPAGE_URL ),