diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 13:10:33 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 13:10:33 +0000 |
| commit | 8d797a3e546bcbf509f4eb9e76d1c60e11848787 (patch) | |
| tree | 5e4cb2da284da368d609fb6d335f6abd56925701 /page_history.php | |
| parent | 1556fdbedb633a99018e883ba0d2241080c00218 (diff) | |
| download | wiki-8d797a3e546bcbf509f4eb9e76d1c60e11848787.tar.gz wiki-8d797a3e546bcbf509f4eb9e76d1c60e11848787.tar.bz2 wiki-8d797a3e546bcbf509f4eb9e76d1c60e11848787.zip | |
rename permissions to new standard using: p_<package>_<verb>_[<noun>]
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 0a66fb5..e7d7efe 100644 --- a/page_history.php +++ b/page_history.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.12 2006/03/01 20:16:36 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.13 2006/04/11 13:10:33 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_history.php,v 1.12 2006/03/01 20:16:36 spiderr Exp $ + * $Id: page_history.php,v 1.13 2006/04/11 13:10:33 squareing Exp $ * @package wiki * @subpackage functions */ @@ -21,7 +21,7 @@ include_once( WIKI_PKG_PATH.'BitPage.php'); $gBitSystem->verifyPackage( 'wiki' ); $gBitSystem->verifyFeature( 'wiki_history' ); -$gBitSystem->verifyPermission( 'bit_p_view', tra( "Permission denied you cannot browse this page history" ) ); +$gBitSystem->verifyPermission( 'p_wiki_view_page', tra( "Permission denied you cannot browse this page history" ) ); // Get the page from the request var or default it to HomePage include( WIKI_PKG_PATH.'lookup_page_inc.php' ); |
