client_uid
This commit is contained in:
@@ -17,7 +17,7 @@ class WrenchJobs extends BaseController
|
|||||||
$in = json_decode($raw_json, true);
|
$in = json_decode($raw_json, true);
|
||||||
$in["action"] = WRENCHBOARD_JOB_STATS_INTEREST;
|
$in["action"] = WRENCHBOARD_JOB_STATS_INTEREST;
|
||||||
$out=[];
|
$out=[];
|
||||||
$endpoint = "CLIENT_STATS-". $in["client_id"];
|
$endpoint = "CLIENT_STATS-". $in["client_uid"];
|
||||||
|
|
||||||
$out = $this->getCache($endpoint);
|
$out = $this->getCache($endpoint);
|
||||||
if ( count($out)==0 ){
|
if ( count($out)==0 ){
|
||||||
|
|||||||
Reference in New Issue
Block a user