From: Marcel Werk Date: Thu, 14 Jul 2016 13:43:41 +0000 (+0200) Subject: Fixed issue in 'signed in as' box X-Git-Tag: 3.0.0_Beta_1~1145 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0cd1ca884129e1cebb7e160ec7f58c42cc9fe902;p=GitHub%2FWoltLab%2FWCF.git Fixed issue in 'signed in as' box --- diff --git a/com.woltlab.wcf/templates/boxSignedInAs.tpl b/com.woltlab.wcf/templates/boxSignedInAs.tpl index 75af02b310..13609f2cc5 100644 --- a/com.woltlab.wcf/templates/boxSignedInAs.tpl +++ b/com.woltlab.wcf/templates/boxSignedInAs.tpl @@ -15,7 +15,7 @@
- {include file='userInformationStatistics' user=$__wcf->user} + {include file='userInformationStatistics' user=$__wcf->getUserProfileHandler()}
\ No newline at end of file