From cfa2c292496b1b785d236e905e306e0b40aa00d6 Mon Sep 17 00:00:00 2001 From: wjames5 Date: Sat, 4 Oct 2008 18:34:55 +0000 Subject: check perm to see tools via BitUser method so global group perm is respected --- templates/page_icons.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl index ec030be..ad4d1cb 100644 --- a/templates/page_icons.tpl +++ b/templates/page_icons.tpl @@ -1,5 +1,5 @@ {strip} -{if $gContent->hasUserPermission( 'p_users_view_icons_and_tools' )} +{if $gBitUser->hasPermission( 'p_users_view_icons_and_tools')}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$gContent->mInfo} -- cgit v1.3