From: Alexander Ebert Date: Wed, 17 May 2017 14:18:38 +0000 (+0200) Subject: Merge branch 'next' of github.com:WoltLab/WCF into next X-Git-Tag: 3.1.0_Alpha_1~461 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6ef618c7f6df21ce72f14191d12652b4f578ec5a;p=GitHub%2FWoltLab%2FWCF.git Merge branch 'next' of github.com:WoltLab/WCF into next --- 6ef618c7f6df21ce72f14191d12652b4f578ec5a diff --cc wcfsetup/install/files/acp/templates/header.tpl index 9c504da33c,716176a5f0..7dd699d1dd --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@@ -122,9 -117,10 +122,9 @@@ } }); - User.init({@$__wcf->user->userID}, '{@$__wcf->user->username|encodeJS}'); + User.init({@$__wcf->user->userID}, '{@$__wcf->user->username|encodeJS}', {if $__wcf->user->userID}'{@$__wcf->user->getLink()|encodeJS}'{else}''{/if}); }); - {js application='wcf' lib='jquery'}