mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 02:21:40 +01:00
Fix created date in notification is not shown according to user's Date Format preference
This commit is contained in:
parent
a92023c02f
commit
a061786085
@ -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