mirror of
https://github.com/openvk/openvk
synced 2024-12-23 09:01:15 +03:00
Support: Again fix answers evaluating
This commit is contained in:
parent
e4452aca7e
commit
8efe468e8f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{if $comment->getUType() === 1}
|
{if $comment->getUType() === 1 && !is_null($comment->isLikedByUser())}
|
||||||
<div class="post-menu">
|
<div class="post-menu">
|
||||||
<strong>
|
<strong>
|
||||||
{if $comment->isLikedByUser()}
|
{if $comment->isLikedByUser()}
|
||||||
|
|
Loading…
Reference in a new issue