Fix avatar link in notifs

This commit is contained in:
celestora 2022-12-13 18:57:02 +02:00 committed by GitHub
parent ea1c618489
commit 8caf57d7b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@
{/if}
<td width="54" valign="top">
<a href="/{$sxModel->getURL()}">
<a href="{$sxModel->getURL()}">
<img src="{$sxModel->getAvatarUrl('miniscule')}" width=50 />
</a>
</td>