From 7e98918a458819333af91d9c7a0ce4b758f48429 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 27 Feb 2024 08:38:37 -0500 Subject: [PATCH] serialize data --- www-api/app/Controllers/WrenchResources.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchResources.php b/www-api/app/Controllers/WrenchResources.php index da90dfc8..0c6fe057 100644 --- a/www-api/app/Controllers/WrenchResources.php +++ b/www-api/app/Controllers/WrenchResources.php @@ -144,7 +144,8 @@ class WrenchResources extends BaseController $in["loc"] = $_SERVER["REMOTE_ADDR"]; log_message('critical', "WrenchResources Path GATE 005"); // $res1['tab_categories'] = json_encode( $this->getFamilyResourceCategory($in)); - $res1 = $this->getFamilyResourceCategory($in); + $res1['tab_categories'] = $this->getFamilyResourceCategory($in); + log_message('critical', "WrenchResources Path GATE 010 " . serialize($in)); log_message('critical', "WrenchResources Path GATE 11"); $res1['marketdata'] = $this->MarketData(); $res1['productdata'] = $this->ProductData();