digitalpoint
Well-known member
I believe this:
...is supposed to be this:
Right now the avatar shows for the person who edited, but the link to their account is the user you are already (the recipient of the edit).
Code:
<a href="{xen:adminlink users/edit, $log.user}">{$log.user.username}</a>
...is supposed to be this:
Code:
<a href="{xen:adminlink users/edit, $log.editUser}">{$log.editUser.username}</a>
Right now the avatar shows for the person who edited, but the link to their account is the user you are already (the recipient of the edit).