From b75d9aedfafd9c5ff5e2d7b7f56e8a9c70942d39 Mon Sep 17 00:00:00 2001 From: wjames5 Date: Thu, 2 Oct 2008 16:17:15 +0000 Subject: rename verifyPermission to verifyUserPermission for nomenclature consistency among perm handlers --- page_history.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'page_history.php') 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 @@ 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 ); -- cgit v1.3