From e829098be8507744435f1fc21f1f303f5c6c1fe0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 21 May 2019 15:09:44 +0800 Subject: [PATCH] Bjs.php --- Bjs.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Bjs.php b/Bjs.php index 38eac38f..d936bcf9 100644 --- a/Bjs.php +++ b/Bjs.php @@ -24,7 +24,10 @@ class Pman_Core_Bjs { foreach($ar as $o) { switch ($o->xtype) { - case "ComboBox": + case "ComboBox": + if (!isset($o->{'String hiddenName'})) { + continue; + } $this->fields[] = $o->{'String hiddenName'}; // fall throught.. $k = isset($o->{'String name'}) ? 'String name' : 'string name'; -- 2.39.2