Bjs.php
authorAlan Knowles <alan@roojs.com>
Mon, 2 Dec 2019 06:45:07 +0000 (14:45 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Dec 2019 06:45:07 +0000 (14:45 +0800)
Bjs.php

diff --git a/Bjs.php b/Bjs.php
index d936bcf..f2a4379 100644 (file)
--- 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..