Changed Bjs.php
authorAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 07:01:43 +0000 (15:01 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 07:01:43 +0000 (15:01 +0800)
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->json = json_decode(file_get_contents($file));
         $this->iterateFields($this->json->items);
+        $this->iterateColumns($this->json->items);
     }
     
     function iterateFields($ar)
     }
     
     function iterateFields($ar)