Fixed Spam trigger log details - incorrect date.

Liam W

in memoriam 1998-2020
upload_2014-6-13_14-38-24.webp

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:

upload_2014-6-13_14-48-41.webp

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:
Top Bottom