summaryrefslogtreecommitdiff
path: root/page_history.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-02-17 02:54:56 +0000
committerChristian Fowler <spider@viovio.com>2006-02-17 02:54:56 +0000
commit67bd7057ac344f158b5d21901b272b3bc18e14cc (patch)
tree52d6df8b8690202ed8cda1e6b71db5f407468d8f /page_history.php
parentd729805cda2f966f3fa8f61bb761837419b50e19 (diff)
downloadwiki-67bd7057ac344f158b5d21901b272b3bc18e14cc.tar.gz
wiki-67bd7057ac344f158b5d21901b272b3bc18e14cc.tar.bz2
wiki-67bd7057ac344f158b5d21901b272b3bc18e14cc.zip
wiki_history to content_history pref change
Diffstat (limited to 'page_history.php')
-rw-r--r--page_history.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/page_history.php b/page_history.php
index 307a11a..cd3208c 100644
--- a/page_history.php
+++ b/page_history.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.9 2006/02/16 13:48:13 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.10 2006/02/17 02:54:56 spiderr 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_history.php,v 1.9 2006/02/16 13:48:13 squareing Exp $
+ * $Id: page_history.php,v 1.10 2006/02/17 02:54:56 spiderr Exp $
* @package wiki
* @subpackage functions
*/
@@ -20,7 +20,7 @@ require_once( '../bit_setup_inc.php' );
include_once( WIKI_PKG_PATH.'BitPage.php');
$gBitSystem->verifyPackage( 'wiki' );
-$gBitSystem->verifyFeature( 'wiki_history' );
+$gBitSystem->verifyFeature( 'content_history' );
$gBitSystem->verifyPermission( 'bit_p_view', tra( "Permission denied you cannot browse this page history" ) );
// Get the page from the request var or default it to HomePage