synthanx
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user