From b374511430844b37c901b8156aa07cb398c2c215 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 20 Jul 2019 11:05:26 +0200 Subject: [PATCH] Fixed the display of the received reactions in the message sidebar --- com.woltlab.wcf/templates/messageSidebar.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.20.1