mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
Fix notifications with same id but no links are not getting grouped together
This commit is contained in:
@@ -201,7 +201,7 @@ class notifications_ajax {
|
||||
'created' => Api\DateTime::to($notification['notify_created']),
|
||||
'current' => new DateTime(),
|
||||
'actions' => is_array($actions)?$actions:NULL,
|
||||
'extra_data' => $data['data']
|
||||
'extra_data' => ($data['data'] ? $data['data'] : array())
|
||||
);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user