mirror of
https://github.com/openvk/openvk
synced 2025-07-07 08:19:49 +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>
|
||||||
</div>
|
</div>
|
||||||
{ifset $thisUser}
|
{ifset $thisUser}
|
||||||
{if !$thisUser->isBanned()}
|
{if !$thisUser->isBanned() && !$thisUser->isDeleted()}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{/ifset}
|
{/ifset}
|
||||||
|
|
Loading…
Reference in a new issue