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 /admin | |
| 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 'admin')
| -rw-r--r-- | admin/admin_wiki_inc.php | 4 | ||||
| -rw-r--r-- | admin/schema_inc.php | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/admin/admin_wiki_inc.php b/admin/admin_wiki_inc.php index 9e08557..325a0d8 100644 --- a/admin/admin_wiki_inc.php +++ b/admin/admin_wiki_inc.php @@ -91,10 +91,6 @@ $formWikiFeatures = array( 'label' => 'History', 'note' => 'Allow access to the page\'s history.', ), - "wiki_list_pages" => array( - 'label' => 'List Pages', - 'note' => 'Allow access to a listing of all wikipages.', - ), "wiki_list_orphans" => array( 'label' => 'List Orphans', 'note' => 'Allow access to a listing of all orphaned wikipages.', diff --git a/admin/schema_inc.php b/admin/schema_inc.php index beed09a..2ff7a00 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -94,7 +94,6 @@ $gBitInstaller->registerPreferences( WIKI_PKG_NAME, array( array( WIKI_PKG_NAME, 'wiki_list_links','y'), array( WIKI_PKG_NAME, 'wiki_list_name','y'), array( WIKI_PKG_NAME, 'wiki_list_orphans','y'), - array( WIKI_PKG_NAME, 'wiki_list_pages','y'), array( WIKI_PKG_NAME, 'wiki_list_size','y'), array( WIKI_PKG_NAME, 'wiki_list_status','y'), array( WIKI_PKG_NAME, 'wiki_list_user','y'), |
