adjust data
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user