summaryrefslogtreecommitdiff
path: root/page.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 /page.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 'page.php')
-rw-r--r--page.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/page.php b/page.php
index b78b1a7..0cdd7fc 100644
--- a/page.php
+++ b/page.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/Attic/page.php,v 1.5 2006/02/04 19:04:34 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/Attic/page.php,v 1.6 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: page.php,v 1.5 2006/02/04 19:04:34 squareing Exp $
+ * $Id: page.php,v 1.6 2006/02/13 10:06:26 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -19,7 +19,7 @@
require_once( '../bit_setup_inc.php' );
include_once (HTML_PKG_PATH.'htmlpages_lib.php');
-$gBitSystem->verifyFeature( 'feature_html_pages' );
+$gBitSystem->verifyFeature( 'html_pages' );
$gBitSystem->verifyPermission( 'bit_p_view_html_pages' );
if (!isset($_REQUEST["title"])) {