Liam W
in memoriam 1998-2020
Above, you can see the date says May 18th. This is correct. However, when you click it to view the details, the date is incorrect:
It shows today's date.
In the template for that overlay, an invalid field is used for the date:
Code:
<xen:datetime time="{$entry.exception_date}" />
It should be:
Code:
<xen:datetime time="{$entry.log_date}" />
Liam
Last edited: