diff --git a/www-api/app/Controllers/WrenchResources.php b/www-api/app/Controllers/WrenchResources.php index 6ad44f40..da90dfc8 100644 --- a/www-api/app/Controllers/WrenchResources.php +++ b/www-api/app/Controllers/WrenchResources.php @@ -143,7 +143,8 @@ class WrenchResources extends BaseController $in = $raw_array; $in["loc"] = $_SERVER["REMOTE_ADDR"]; log_message('critical', "WrenchResources Path GATE 005"); - $res1['tab_categories'] = json_encode( $this->getFamilyResourceCategory($in)); + // $res1['tab_categories'] = json_encode( $this->getFamilyResourceCategory($in)); + $res1 = $this->getFamilyResourceCategory($in); log_message('critical', "WrenchResources Path GATE 11"); $res1['marketdata'] = $this->MarketData(); $res1['productdata'] = $this->ProductData();