modified : Can't use function return value in write context issue checking
This commit is contained in:
parent
8d488f1f09
commit
a1de2bad26
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
<div class="clearfix commented-txt">
|
||||
<p>{$reply.comment|comment}</p>
|
||||
</div>
|
||||
{if !empty(userid())}
|
||||
{if userid()}
|
||||
<div class="com-info-actions clearfix">
|
||||
<div class="reply">
|
||||
{if !$comment.userid==userid() || has_access('admin_access',true)}
|
||||
|
|
Loading…
Add table
Reference in a new issue