From 5ed4f112c3a2256683521f6ab02bbe7af863fb86 Mon Sep 17 00:00:00 2001 From: astanley Date: Tue, 28 Apr 2026 11:20:52 -0300 Subject: [PATCH] Update 'src/Controller/MetadataProfileController.php' Added default NULL value --- src/Controller/MetadataProfileController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controller/MetadataProfileController.php b/src/Controller/MetadataProfileController.php index d436726..e7a5087 100644 --- a/src/Controller/MetadataProfileController.php +++ b/src/Controller/MetadataProfileController.php @@ -1186,6 +1186,7 @@ class MetadataProfileController extends ControllerBase { if (!$setting) { return []; } + $bundle_config = NULL; $target_bundles = $setting['target_bundles']; foreach ($target_bundles as $index => $bundle) { if ($handler == 'default:taxonomy_term') {