diff options
| author | spiderr <spider@viovio.com> | 2011-02-26 09:57:02 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2011-02-26 09:57:02 -0500 |
| commit | bc89bd6a60c2509b6eea0ae8ed0460e8c18899b3 (patch) | |
| tree | 9a9296ffbf74af5a914f716fe673ea7af90edfee /modules | |
| parent | b3c56a4c5350ab46763c3b06d86f9bfee28b051b (diff) | |
| download | wiki-bc89bd6a60c2509b6eea0ae8ed0460e8c18899b3.tar.gz wiki-bc89bd6a60c2509b6eea0ae8ed0460e8c18899b3.tar.bz2 wiki-bc89bd6a60c2509b6eea0ae8ed0460e8c18899b3.zip | |
kill wiki_list_pages feature, and simply use p_wiki_list_pages permission, the way it should be
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_last_modif_pages.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_last_modif_pages.tpl b/modules/mod_last_modif_pages.tpl index 719e383..27fa56c 100644 --- a/modules/mod_last_modif_pages.tpl +++ b/modules/mod_last_modif_pages.tpl @@ -16,7 +16,7 @@ <li></li> {/section} </ol> - {if $gBitSystem->isFeatureActive( 'wiki_list_pages') } + {if $gBitUser->hasPermission( 'p_wiki_list_pages') } <a class="more" href="{$smarty.const.WIKI_PKG_URL}list_pages.php?sort_mode=last_modified_desc">{tr}Show More{/tr}…</a> {/if} {/bitmodule} |
