From b8b512c092961224ff3a4898d56fc39342b6fa2f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 2 Dec 2019 14:45:07 +0800 Subject: [PATCH] Bjs.php --- Bjs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bjs.php b/Bjs.php index d936bcf9..f2a4379e 100644 --- a/Bjs.php +++ b/Bjs.php @@ -26,7 +26,7 @@ class Pman_Core_Bjs { switch ($o->xtype) { case "ComboBox": if (!isset($o->{'String hiddenName'})) { - continue; + continue 2; } $this->fields[] = $o->{'String hiddenName'}; // fall throught.. -- 2.39.2