mirror of
https://github.com/openvk/openvk
synced 2025-01-09 17:29:42 +03:00
fix: fix 500 on unauth
This commit is contained in:
parent
3cd803ef31
commit
bbcb94515d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
{include headIncludes}
|
||||
{/ifset}
|
||||
</head>
|
||||
<body data-themepack="{$thisUser->getStyle()}">
|
||||
<body {if isset($thisUser)}data-themepack="{$thisUser->getStyle()}"{/if}>
|
||||
<div id="sudo-banner" n:if="isset($thisUser) && $userTainted">
|
||||
<p>
|
||||
{_you_entered_as} <b>{$thisUser->getCanonicalName()}</b>. {_please_rights}
|
||||
|
|
Loading…
Reference in a new issue