mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
notify on infolog creation as well (was not, as condition was not met for changes=true)
This commit is contained in:
parent
3b422176cd
commit
2bf4f56dfd
@ -284,6 +284,7 @@ class infolog_tracking extends bo_tracking
|
||||
if(is_null($changed_fields))
|
||||
{
|
||||
$changed_fields = $this->changed_fields($data, $old);
|
||||
$changes = count($changed_fields); // we need that since TRUE evaluates to 1
|
||||
}
|
||||
if(is_array($changed_fields) && $changes == 1 && in_array('info_datemodified', $changed_fields))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user