removed actions
This commit is contained in:
@@ -25,7 +25,7 @@ class WrenchJobs extends BaseController
|
|||||||
$out = $this->APIcall('GET', $local_url, $in);
|
$out = $this->APIcall('GET', $local_url, $in);
|
||||||
$this->saveCache($endpoint,$out,15000);
|
$this->saveCache($endpoint,$out,15000);
|
||||||
$out['internal_return'] = 0; // just backwad comaptobility
|
$out['internal_return'] = 0; // just backwad comaptobility
|
||||||
log_message('critical', "***** ***** WrenchJobs::getJobsData Cache Done:::Ret ". $ret);
|
log_message('critical', "***** ***** WrenchJobs::getJobsData Cache Done:::Ret ");
|
||||||
}
|
}
|
||||||
log_message('critical', "***** ***** WrenchJobs::getJobsData Ret ");
|
log_message('critical', "***** ***** WrenchJobs::getJobsData Ret ");
|
||||||
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
||||||
|
|||||||
Reference in New Issue
Block a user