diff --git a/plugins/bc-seo/src/Event/BcSeoHelperEventListener.php b/plugins/bc-seo/src/Event/BcSeoHelperEventListener.php index 7a94fd83ff..5e53e08193 100644 --- a/plugins/bc-seo/src/Event/BcSeoHelperEventListener.php +++ b/plugins/bc-seo/src/Event/BcSeoHelperEventListener.php @@ -83,7 +83,7 @@ public function bcFormTableAfter(EventInterface $event) { foreach ($seoForm['eventIds'] as $configEventId) { if ($eventId === $configEventId) { $type = $configType; - break; + break 2; } } }