From a505f0ee13a303c1a22ce9dd183dbe2ebaf04762 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 25 Sep 2019 12:21:55 +0200 Subject: [PATCH] Incorrect property used to display the number of received reactions --- com.woltlab.wcf/templates/userInformationStatistics.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/userInformationStatistics.tpl b/com.woltlab.wcf/templates/userInformationStatistics.tpl index eb302b891b..77290840fb 100644 --- a/com.woltlab.wcf/templates/userInformationStatistics.tpl +++ b/com.woltlab.wcf/templates/userInformationStatistics.tpl @@ -2,9 +2,9 @@ {event name='statistics'} -{if MODULE_LIKE && $user->cumulativeLikes} +{if MODULE_LIKE && $user->likesReceived}
{if $__wcf->getSession()->getPermission('user.profile.canViewUserProfile') && !$user->isProtected()}{lang}wcf.like.reactionsReceived{/lang}{else}{lang}wcf.like.reactionsReceived{/lang}{/if}
-
{#$user->cumulativeLikes}
+
{#$user->likesReceived}
{/if} {if $user->activityPoints} -- 2.20.1