summaryrefslogtreecommitdiff
path: root/list_pages.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-13 10:06:27 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-13 10:06:27 +0000
commit0c134bd2bae967b64f44a03a7bc54e7527383bff (patch)
tree0cdb5b5b3a4bed4c4652fad868b6e5fd89aaba77 /list_pages.php
parente229ad151950565b9be52bd5b4d825fc7119a012 (diff)
downloadwiki-0c134bd2bae967b64f44a03a7bc54e7527383bff.tar.gz
wiki-0c134bd2bae967b64f44a03a7bc54e7527383bff.tar.bz2
wiki-0c134bd2bae967b64f44a03a7bc54e7527383bff.zip
another batch of kernel_prefs name cleanup. this should be it
Diffstat (limited to 'list_pages.php')
-rw-r--r--list_pages.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/list_pages.php b/list_pages.php
index 6650e91..04299bc 100644
--- a/list_pages.php
+++ b/list_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.6 2006/02/06 00:12:23 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.7 2006/02/13 10:06:26 squareing Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: list_pages.php,v 1.6 2006/02/06 00:12:23 squareing Exp $
+ * $Id: list_pages.php,v 1.7 2006/02/13 10:06:26 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -21,7 +21,7 @@ require_once( WIKI_PKG_PATH.'BitPage.php' );
$gBitSystem->verifyPackage( 'wiki' );
-$gBitSystem->verifyFeature( 'feature_list_pages' );
+$gBitSystem->verifyFeature( 'wiki_list_pages' );
// Now check permissions to access this page
$gBitSystem->verifyPermission( 'bit_p_view' );