mirror of
https://github.com/openvk/openvk
synced 2025-07-07 00:09:48 +03:00
Исправлено отображение блока с информацией о деактивации
This commit is contained in:
parent
a2c5896fa1
commit
930b0a364b
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{ifset $thisUser}
|
||||
{if !$thisUser->isBanned()}
|
||||
{if !$thisUser->isBanned() && !$thisUser->isDeleted()}
|
||||
</div>
|
||||
{/if}
|
||||
{/ifset}
|
||||
|
|
Loading…
Reference in a new issue