summaryrefslogtreecommitdiff
path: root/list_pages.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2008-10-02 16:17:15 +0000
committerwjames5 <will@tekimaki.com>2008-10-02 16:17:15 +0000
commitb75d9aedfafd9c5ff5e2d7b7f56e8a9c70942d39 (patch)
treea71ea49ed34afb05a7f58b3965ff8bca712c5a1e /list_pages.php
parent8bfe0a7222c6afad56223681c9b4f49298933932 (diff)
downloadwiki-b75d9aedfafd9c5ff5e2d7b7f56e8a9c70942d39.tar.gz
wiki-b75d9aedfafd9c5ff5e2d7b7f56e8a9c70942d39.tar.bz2
wiki-b75d9aedfafd9c5ff5e2d7b7f56e8a9c70942d39.zip
rename verifyPermission to verifyUserPermission for nomenclature consistency among perm handlers
Diffstat (limited to 'list_pages.php')
-rw-r--r--list_pages.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/list_pages.php b/list_pages.php
index d65209d..70f2561 100644
--- a/list_pages.php
+++ b/list_pages.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.24 2008/09/19 01:34:38 laetzer Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.25 2008/10/02 16:17:15 wjames5 Exp $
*
- * $Id: list_pages.php,v 1.24 2008/09/19 01:34:38 laetzer Exp $
+ * $Id: list_pages.php,v 1.25 2008/10/02 16:17:15 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -31,7 +31,7 @@ $gContent->invokeServices( 'content_list_function', $_REQUEST );
if( isset( $_REQUEST["batch_submit"] ) && isset( $_REQUEST["checked"] ) && $_REQUEST["batch_submit"] == "remove_pages" ) {
// Now check permissions to remove the selected pages
- $gContent->verifyPermission( 'p_wiki_remove_page' );
+ $gContent->verifyUserPermission( 'p_wiki_remove_page' );
if( !empty( $_REQUEST['cancel'] )) {
// user cancelled - just continue on, doing nothing