mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
fix avatar/files update issues
This commit is contained in:
@ -994,6 +994,7 @@ class Contacts extends Contacts\Storage
|
||||
$contact['id'] = $to_write['id'];
|
||||
$contact['uid'] = $to_write['uid'];
|
||||
$contact['etag'] = $to_write['etag'];
|
||||
$contact['files'] = $to_write['files'];
|
||||
|
||||
// Clear any files saved with new entries
|
||||
// They've been dealt with already and they cause errors with linking
|
||||
|
@ -575,6 +575,7 @@ class Storage
|
||||
$contact['id'] = $this->somain->data['id'];
|
||||
$contact['uid'] = $this->somain->data['uid'];
|
||||
$contact['etag'] = $this->somain->data['etag'];
|
||||
$contact['files'] = $this->somain->data['files'];
|
||||
|
||||
if ($this->contact_repository == 'sql-ldap')
|
||||
{
|
||||
|
Reference in New Issue
Block a user