diff options
| author | wjames5 <will@tekimaki.com> | 2008-10-02 16:17:15 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-10-02 16:17:15 +0000 |
| commit | b75d9aedfafd9c5ff5e2d7b7f56e8a9c70942d39 (patch) | |
| tree | a71ea49ed34afb05a7f58b3965ff8bca712c5a1e /page_history.php | |
| parent | 8bfe0a7222c6afad56223681c9b4f49298933932 (diff) | |
| download | wiki-b75d9aedfafd9c5ff5e2d7b7f56e8a9c70942d39.tar.gz wiki-b75d9aedfafd9c5ff5e2d7b7f56e8a9c70942d39.tar.bz2 wiki-b75d9aedfafd9c5ff5e2d7b7f56e8a9c70942d39.zip | |
rename verifyPermission to verifyUserPermission for nomenclature consistency among perm handlers
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 a59e29d..eb40c1c 100644 --- a/page_history.php +++ b/page_history.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.31 2008/06/25 22:21:29 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.32 2008/10/02 16:17:15 wjames5 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.31 2008/06/25 22:21:29 spiderr Exp $ + * $Id: page_history.php,v 1.32 2008/10/02 16:17:15 wjames5 Exp $ * @package wiki * @subpackage functions */ @@ -31,7 +31,7 @@ if( !$gContent->isValid() || empty( $gContent->mInfo ) ) { } $gContent->verifyViewPermission(); -$gContent->verifyPermission( 'p_wiki_view_history' ); +$gContent->verifyUserPermission( 'p_wiki_view_history' ); $gBitSmarty->assign_by_ref( 'pageInfo', $gContent->mInfo ); |
