diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index f916b3e9194..86700e5a3db 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -164,7 +164,7 @@ class Contact $info['phpgwMailType'] = 'INTERNET'; $info['phpgwMailHomeType'] = 'INTERNET'; - $info["uid"] = $id. ":".$info["sn"]; + $info["uid"] = $this->id. ":".$info["sn"]; $info["phpgwContactTypeId"] = 'n'; $info["phpgwContactCatId"] = 0; $info["phpgwContactAccess"] = "public";