mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 22:39:57 +01:00
add forgoten return to save_history
This commit is contained in:
parent
785c484b4e
commit
957b43afd4
@ -163,7 +163,8 @@ class addressbook_tracking extends bo_tracking
|
|||||||
unset($changed_fields[array_search($code, $changed_fields)]);
|
unset($changed_fields[array_search($code, $changed_fields)]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parent::save_history($data,$old,$deleted,$changed_fields);
|
//error_log(__METHOD__.__LINE__.' ChangedFields:'.array2string($changed_fields));
|
||||||
|
return parent::save_history($data,$old,$deleted,$changed_fields);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user