summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/view_blog_post.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl
index 1a20fbc..d0a0491 100644
--- a/templates/view_blog_post.tpl
+++ b/templates/view_blog_post.tpl
@@ -20,7 +20,7 @@
{if !($preview)}
<div class="floaticon">
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$post_info}
- {if $gContent->hasUserPermission( 'p_users_view_icons_and_tools' )}
+ {if $gBitUser->hasPermission( 'p_users_view_icons_and_tools' )}
{if $gBitSystem->isPackageActive( 'rss' ) && $gBitSystem->isFeatureActive( 'rss_blogs' )}
<a href="{$smarty.const.BLOGS_PKG_URL}blogs_rss.php?user_id={$post_info.user_id}">{biticon ipackage="rss" iname="rss-16x16" iexplain="RSS feed"}</a>
{/if}