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; }