fix data
This commit is contained in:
@@ -49,10 +49,10 @@ class WrenchUserContacts extends BaseController
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->deleteCache($endpoint);
|
// $this->deleteCache($endpoint);
|
||||||
log_message('critical', "************* WrenchUserContacts CREATE 0001 ".serialize($in));
|
log_message('critical', "************* WrenchUserContacts CREATE 0001 ".serialize($in));
|
||||||
$outC["raw_contacts_". $in["mmode"]] = $in["raw_contacts"]; // extra store raw
|
$in["raw_contacts_". $in["mmode"]] = $in["raw_contacts"]; // extra store raw
|
||||||
$this->saveCache($endpoint,$outC,5300);
|
$this->saveCache($endpoint,$in,5300);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user