From: Marcel Werk Date: Wed, 4 Dec 2013 12:32:26 +0000 (+0100) Subject: Fixed missing module setting X-Git-Tag: 2.0.0_RC_5~17 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d8c4ac1c1b6055c3857aff190997dfa00ad2e2a6;p=GitHub%2FWoltLab%2FWCF.git Fixed missing module setting --- diff --git a/com.woltlab.wcf/templates/messageSidebar.tpl b/com.woltlab.wcf/templates/messageSidebar.tpl index da58d5499d..645a7ea8e2 100644 --- a/com.woltlab.wcf/templates/messageSidebar.tpl +++ b/com.woltlab.wcf/templates/messageSidebar.tpl @@ -70,7 +70,7 @@
{content} - {if MESSAGE_SIDEBAR_ENABLE_LIKES_RECEIVED && $userProfile->likesReceived} + {if MODULE_LIKE && MESSAGE_SIDEBAR_ENABLE_LIKES_RECEIVED && $userProfile->likesReceived}
{lang}wcf.like.likesReceived{/lang}
{#$userProfile->likesReceived}
{/if}