fixed timestamp format in requery

This commit is contained in:
Mike Schwörer 2018-11-17 13:44:42 +01:00
parent 1745051e6e
commit 21f66d99cd
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF

View File

@ -41,7 +41,7 @@ foreach ($nonacks_sql as $nack)
'title' => $nack['title'],
'body' => $nack['content'],
'priority' => $nack['priority'],
'timestamp' => $nack['timestamp'],
'timestamp' => strtotime($nack['timestamp']),
'usr_msg_id' => $nack['usr_message_id'],
'scn_msg_id' => $nack['scn_message_id'],
];