diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-13 10:06:27 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-13 10:06:27 +0000 |
| commit | 0c134bd2bae967b64f44a03a7bc54e7527383bff (patch) | |
| tree | 0cdb5b5b3a4bed4c4652fad868b6e5fd89aaba77 /list_pages.php | |
| parent | e229ad151950565b9be52bd5b4d825fc7119a012 (diff) | |
| download | wiki-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.php | 6 |
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' ); |
