diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index 0e9128b8d3d..ec19e0868ff 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -156,7 +156,7 @@ class Contact $info["phpgwContactTypeId"] = 'n'; $info["phpgwContactCatId"] = 0; $info["phpgwContactAccess"] = "public"; - $info["phpgwContactOwner"] = 7; + $info["phpgwContactOwner"] = $user->egroupware_id; $info["givenName"] = $info["sn"]; if ($this->phone_mobile)