mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
fix registered account was lacking owner=0 and some missing translations
This commit is contained in:
parent
30604b9d67
commit
f9545835fa
@ -913,7 +913,7 @@ class Contacts extends Contacts\Storage
|
|||||||
{
|
{
|
||||||
if (!isset($contact['owner']) || !isset($contact['private'])) // owner/private not set on update, eg. SyncML
|
if (!isset($contact['owner']) || !isset($contact['private'])) // owner/private not set on update, eg. SyncML
|
||||||
{
|
{
|
||||||
if (($old = $this->read($contact['id']) ?: null)) // --> try reading the old entry and set it from there
|
if (($old = $this->read($contact['id'], $ignore_acl) ?: null)) // --> try reading the old entry and set it from there
|
||||||
{
|
{
|
||||||
if(!isset($contact['owner']))
|
if(!isset($contact['owner']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user