From 0d39079c99d9ae0fbe019b1ffad5fbdbe3bc06f5 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 5 Jan 2024 10:06:28 +0100 Subject: [PATCH] fix(settings): check if activeSectionId and activeSectionType are defined before using them Closes #41513 Signed-off-by: Thomas Citharel --- apps/settings/templates/settings/frame.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings/templates/settings/frame.php b/apps/settings/templates/settings/frame.php index fac4753eeaf..9b9bab8c283 100644 --- a/apps/settings/templates/settings/frame.php +++ b/apps/settings/templates/settings/frame.php @@ -84,6 +84,6 @@ script('files', 'jquery.fileupload'); -
+
data-active-section-id="" data-active-section-type="" >
-- 2.39.5