mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix created date in notification is not shown according to user's Date Format preference
This commit is contained in:
parent
56bba60b6e
commit
c9dcbc0947
@ -198,7 +198,7 @@ class notifications_ajax {
|
||||
$notification['notify_message'],
|
||||
$browserNotify,
|
||||
$notification['notify_status'],
|
||||
$notification['notify_created'],
|
||||
Api\DateTime::to($notification['notify_created']),
|
||||
new DateTime(),
|
||||
is_array($actions)?$actions:NULL)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user