mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 06:48:40 +01:00
"fixed warning when saving new entries introduced by r28408"
This commit is contained in:
parent
0c63c864e2
commit
af38e6e62a
@ -726,7 +726,7 @@ class infolog_bo
|
|||||||
$this->tracking = new infolog_tracking($this);
|
$this->tracking = new infolog_tracking($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (($missing_fields = array_diff_key($old,$values)))
|
if ($old && ($missing_fields = array_diff_key($old,$values)))
|
||||||
{
|
{
|
||||||
$values = array_merge($values,$missing_fields);
|
$values = array_merge($values,$missing_fields);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user