diff options
| author | Christian Fowler <spider@viovio.com> | 2006-02-17 22:06:24 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-02-17 22:06:24 +0000 |
| commit | 620c7ea1bca76c6b46d3822363312598aabc4178 (patch) | |
| tree | 93986d1e998b9a234f1a6e18315e7e2f19ac5929 /page_history.php | |
| parent | 6cc73e5419e4eea92f9f31ad68b71ff96f7021c4 (diff) | |
| download | wiki-620c7ea1bca76c6b46d3822363312598aabc4178.tar.gz wiki-620c7ea1bca76c6b46d3822363312598aabc4178.tar.bz2 wiki-620c7ea1bca76c6b46d3822363312598aabc4178.zip | |
rename and move wiki_action_log to generalized liberty_action_log in liberty, rename columns with the universally poorly named title of 'comment' and 'level', get liberty_content_history working properly. seems good for any content now.
Diffstat (limited to 'page_history.php')
| -rw-r--r-- | page_history.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/page_history.php b/page_history.php index cd3208c..ad046a3 100644 --- a/page_history.php +++ b/page_history.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.10 2006/02/17 02:54:56 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.11 2006/02/17 22:06:24 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.10 2006/02/17 02:54:56 spiderr Exp $ + * $Id: page_history.php,v 1.11 2006/02/17 22:06:24 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( 'content_history' ); +$gBitSystem->verifyFeature( 'wiki_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 |
