diff options
| author | wjames5 <will@tekimaki.com> | 2008-10-04 18:34:55 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-10-04 18:34:55 +0000 |
| commit | cfa2c292496b1b785d236e905e306e0b40aa00d6 (patch) | |
| tree | b57dd518e753b8b364c420d47b515b7a224c105d | |
| parent | ef4d7d014f1501286aa7799498c5aa4d6f00b0d8 (diff) | |
| download | wiki-cfa2c292496b1b785d236e905e306e0b40aa00d6.tar.gz wiki-cfa2c292496b1b785d236e905e306e0b40aa00d6.tar.bz2 wiki-cfa2c292496b1b785d236e905e306e0b40aa00d6.zip | |
check perm to see tools via BitUser method so global group perm is respected
| -rw-r--r-- | templates/page_icons.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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')} <div class="floaticon"> {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$gContent->mInfo} |
