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 /orphan_pages.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 'orphan_pages.php')
| -rw-r--r-- | orphan_pages.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/orphan_pages.php b/orphan_pages.php index e452d9b..780da88 100644 --- a/orphan_pages.php +++ b/orphan_pages.php @@ -1,8 +1,8 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.17 2008/09/19 01:34:39 laetzer Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.18 2008/10/02 16:17:15 wjames5 Exp $ * - * $Id: orphan_pages.php,v 1.17 2008/09/19 01:34:39 laetzer Exp $ + * $Id: orphan_pages.php,v 1.18 2008/10/02 16:17:15 wjames5 Exp $ * @package wiki * @subpackage functions */ @@ -30,7 +30,7 @@ $gContent->verifyViewPermission(); 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 |
