Correction de `input/phone` sur le modèle de `input/facebook`

[fix] gestion des relations
This commit is contained in:
xdrm-brackets 2016-11-06 16:50:29 +01:00
parent 4eaf463928
commit b446ecd09e
2 changed files with 3 additions and 2 deletions

View File

@ -315,7 +315,8 @@
/* (1) On récupére les ids des contacts */
$cIdList = [];
foreach($file['contacts'] as $c=>$contact){
$id = $contact['id'] - $offset;
$id = (int) $c;
if( !in_array($id, $cIdList) )
$cIdList[$id] = null;
}

View File

@ -1 +1 @@
3881
3901