From: Alexander Ebert Date: Sat, 20 Jul 2019 09:05:26 +0000 (+0200) Subject: Fixed the display of the received reactions in the message sidebar X-Git-Tag: 5.2.0_Alpha_3~32 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b374511430844b37c901b8156aa07cb398c2c215;p=GitHub%2FWoltLab%2FWCF.git Fixed the display of the received reactions in the message sidebar --- diff --git a/com.woltlab.wcf/templates/messageSidebar.tpl b/com.woltlab.wcf/templates/messageSidebar.tpl index aeac425de8..30641bd2db 100644 --- a/com.woltlab.wcf/templates/messageSidebar.tpl +++ b/com.woltlab.wcf/templates/messageSidebar.tpl @@ -81,9 +81,9 @@
{content} - {if MODULE_LIKE && MESSAGE_SIDEBAR_ENABLE_LIKES_RECEIVED && !$isReply} + {if MODULE_LIKE && MESSAGE_SIDEBAR_ENABLE_LIKES_RECEIVED && !$isReply && $userProfile->likesReceived}
{lang}wcf.like.likesReceived{/lang}
-
{#$userProfile->cumulativeLikes}
+
{#$userProfile->likesReceived}
{/if} {if MESSAGE_SIDEBAR_ENABLE_ACTIVITY_POINTS && $userProfile->activityPoints}