From 6be23511eb5d1e15160703f7cdd6882b2cf68cf3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 17 Jan 2019 13:15:04 +0800 Subject: [PATCH] _translations_/Bjs.php --- _translations_/Bjs.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_translations_/Bjs.php b/_translations_/Bjs.php index 8ea742db..ca22d389 100644 --- a/_translations_/Bjs.php +++ b/_translations_/Bjs.php @@ -9,6 +9,11 @@ class Pman_Core_Bjs { + function formFields($file) + { + $json = json_decode(file_get_contents($file)); + return $this->iterateFields($json->items,$res); + } } -- 2.39.2