mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-10290-Eventos-validados-muestran-ACK-incorrectamente' into 'develop'
fixed minor bug See merge request artica/pandorafms!5491
This commit is contained in:
commit
da83dee4d9
@ -524,7 +524,7 @@ if (is_ajax() === true) {
|
||||
$tmp->ack_utimestamp_raw = strtotime($tmp->ack_utimestamp);
|
||||
|
||||
$tmp->ack_utimestamp = ui_print_timestamp(
|
||||
(int) $tmp->ack_utimestamp,
|
||||
(empty($tmp->ack_utimestamp) === true) ? 0 : $tmp->ack_utimestamp,
|
||||
true
|
||||
);
|
||||
$tmp->timestamp = ui_print_timestamp(
|
||||
|
Loading…
x
Reference in New Issue
Block a user