Changed Bjs.php
[Pman.Core] / Bjs.php
diff --git a/Bjs.php b/Bjs.php
index 1950d84..576cf44 100644 (file)
--- a/Bjs.php
+++ b/Bjs.php
@@ -16,6 +16,7 @@ class Pman_Core_Bjs {
         
         $this->json = json_decode(file_get_contents($file));
         $this->iterateFields($this->json->items);
+        $this->iterateColumns($this->json->items);
     }
     
     function iterateFields($ar)