diff options
Diffstat (limited to 'templates/list_blogs.tpl')
| -rwxr-xr-x | templates/list_blogs.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_blogs.tpl b/templates/list_blogs.tpl index 2a86d72..50c2f72 100755 --- a/templates/list_blogs.tpl +++ b/templates/list_blogs.tpl @@ -44,7 +44,7 @@ <li class="item {cycle values='odd,even'}"> <div class="floaticon"> {if $gBitUser->hasPermission( 'p_liberty_assign_content_perms' ) and $listBlog.content_id} - {if $gContent->mPerms} {* org note from liberty:service_content_icon_inc: don't think there is a serviceHash way of working out if there are individual permissions set *} + {if !empty($gContent->mPerms)} {* org note from liberty:service_content_icon_inc: don't think there is a serviceHash way of working out if there are individual permissions set *} {assign var=perm_icon value="icon-lock"} {else} {assign var=perm_icon value="icon-key"} |
