From c5d5b447ea799e5c474d46e5ed1c6f4498a5be39 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 17 Aug 2016 13:38:57 +0200 Subject: [PATCH] Fixed moderation item always visible --- com.woltlab.wcf/templates/pageMenuMobile.tpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/com.woltlab.wcf/templates/pageMenuMobile.tpl b/com.woltlab.wcf/templates/pageMenuMobile.tpl index 63fdc3cbfa..04f22c351f 100644 --- a/com.woltlab.wcf/templates/pageMenuMobile.tpl +++ b/com.woltlab.wcf/templates/pageMenuMobile.tpl @@ -99,12 +99,14 @@ {lang}wcf.user.notification.notifications{/lang} - + {if $__wcf->user->userID && $__wcf->session->getPermission('mod.general.canUseModeration')} + + {/if} {event name='userMenuItems'} -- 2.20.1