From dea4bca4d53795f90d7f60e8126b434c77180598 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 24 Feb 2024 20:02:36 -0500 Subject: [PATCH] synthanx --- www-api/app/Controllers/WrenchJobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index 1e24a0fc..d32d1b45 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -99,7 +99,7 @@ class WrenchJobs extends BaseController if ( $call_backend == true && $in["action"] !='' ){ $local_url = "http://10.10.10.120:3033/marketjobs"; - $out = APIcall('GET', $local_url, $in); + $out = $this->APIcall('GET', $local_url, $in); // $ret = $this->APIcall($in, $out); // $out['internal_return'] = $ret; }