X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Bjs.php;fp=Bjs.php;h=d936bcf9bbc031bca7028c563c15795c7d9d4015;hp=38eac38fe20eae97b1a4a860384c6477d7fd7104;hb=e829098be8507744435f1fc21f1f303f5c6c1fe0;hpb=348fd691210e1e99c95fbc3d4fcb3bc0a84ba0a1 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';