mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +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'],
|
$notification['notify_message'],
|
||||||
$browserNotify,
|
$browserNotify,
|
||||||
$notification['notify_status'],
|
$notification['notify_status'],
|
||||||
$notification['notify_created'],
|
Api\DateTime::to($notification['notify_created']),
|
||||||
new DateTime(),
|
new DateTime(),
|
||||||
is_array($actions)?$actions:NULL)
|
is_array($actions)?$actions:NULL)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user