Fix #6111 - set up basic infrastructure
[Pman.Core] / 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..