Skip to content

Commit

Permalink
Remove undefined $generalSettings variable in dpl_react_apps.module
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Nov 20, 2023
1 parent 9a7b8a8 commit c9cf15b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/modules/custom/dpl_react_apps/dpl_react_apps.module
Original file line number Diff line number Diff line change
Expand Up @@ -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
),

Expand Down

0 comments on commit c9cf15b

Please sign in to comment.