forked from extern/egroupware
Use flag to tell Contacts we want to save the picture
This commit is contained in:
parent
f87244f6db
commit
560bc51b8d
@ -163,6 +163,12 @@ class addressbook_import_vcard implements importexport_iface_import_plugin {
|
|||||||
|
|
||||||
$record['owner'] = $owner;
|
$record['owner'] = $owner;
|
||||||
|
|
||||||
|
// If photo is set, we want to update it
|
||||||
|
if($record['jpegphoto'])
|
||||||
|
{
|
||||||
|
$record['photo_unchanged'] = false;
|
||||||
|
}
|
||||||
|
|
||||||
// Check that owner (addressbook) is allowed
|
// Check that owner (addressbook) is allowed
|
||||||
if(!array_key_exists($record['owner'], $this->bocontacts->get_addressbooks()))
|
if(!array_key_exists($record['owner'], $this->bocontacts->get_addressbooks()))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user