From 90fe7b8f91cc935696e73f7a1af2bf12cda3c078 Mon Sep 17 00:00:00 2001 From: sakaguchi Date: Fri, 22 May 2026 12:52:26 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#4355=20=E3=80=90=E3=83=97=E3=83=A9?= =?UTF-8?q?=E3=82=B0=E3=82=A4=E3=83=B3=E3=80=91BcSeoHelperEventListener=20?= =?UTF-8?q?=E3=81=AE=E3=83=8D=E3=82=B9=E3=83=88=E3=83=AB=E3=83=BC=E3=83=97?= =?UTF-8?q?=E3=81=A7=20break=20=E3=81=8C=E5=86=85=E5=81=B4=E3=81=97?= =?UTF-8?q?=E3=81=8B=E6=8A=9C=E3=81=91=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E8=A7=A3=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/bc-seo/src/Event/BcSeoHelperEventListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } }