mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +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);
|
||||
}
|
||||
|
||||
if (($missing_fields = array_diff_key($old,$values)))
|
||||
if ($old && ($missing_fields = array_diff_key($old,$values)))
|
||||
{
|
||||
$values = array_merge($values,$missing_fields);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user