Merge branch 'master' into uat
[readifood.git] / lib / contact.php
index a2e9415..f376406 100644 (file)
 
     $contact = new Contact;
     if (! update_contact($contact, $area_id, true)) return false;
+    $name = $contact->getDisplayname();
     return $contact->getId();
   }