mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
ignore not set link cf's, eg. from sync clients
This commit is contained in:
parent
0bea53b22d
commit
d8f0d17b9e
@ -318,6 +318,7 @@ abstract class bo_tracking
|
||||
// unlink removed application entries
|
||||
foreach(array_diff($old_ids,$current_ids) as $name => $id)
|
||||
{
|
||||
if (!isset($data[$name])) continue; // ignore not set link cf's, eg. from sync clients
|
||||
if (!($app = $this->cf_link_fields[$name]))
|
||||
{
|
||||
list($app,$id) = explode(':',$id);
|
||||
|
Loading…
Reference in New Issue
Block a user