diff options
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'), |
