summaryrefslogtreecommitdiff
path: root/module_controls_inc.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-11 13:05:18 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-11 13:05:18 +0000
commit4d276c45f4ee45addd3e8d92f9a8a5a3e487cbe5 (patch)
tree73e38b6ed7f3a1563d39a4e02f90994ca9b2a041 /module_controls_inc.php
parent347e72d017d02851280f130dc5d8b53223360ec7 (diff)
downloadkernel-4d276c45f4ee45addd3e8d92f9a8a5a3e487cbe5.tar.gz
kernel-4d276c45f4ee45addd3e8d92f9a8a5a3e487cbe5.tar.bz2
kernel-4d276c45f4ee45addd3e8d92f9a8a5a3e487cbe5.zip
rename permissions to new standard using: p_<package>_<verb>_[<noun>]
Diffstat (limited to 'module_controls_inc.php')
-rw-r--r--module_controls_inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/module_controls_inc.php b/module_controls_inc.php
index 6500a94..b14ccd2 100644
--- a/module_controls_inc.php
+++ b/module_controls_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_kernel/module_controls_inc.php,v 1.6 2006/02/03 17:28:21 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_kernel/module_controls_inc.php,v 1.7 2006/04/11 13:05:16 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: module_controls_inc.php,v 1.6 2006/02/03 17:28:21 squareing Exp $
+ * $Id: module_controls_inc.php,v 1.7 2006/04/11 13:05:16 squareing Exp $
* @package kernel
* @subpackage functions
*/
@@ -18,7 +18,7 @@
*/
include_once( '../bit_setup_inc.php' );
-if (!$gBitUser->hasPermission( 'bit_p_configure_modules' )) {
+if (!$gBitUser->hasPermission( 'p_tidbits_configure_modules' )) {
$gBitSmarty->assign('msg', tra("You dont have permission to use this feature"));
$gBitSystem->display( 'error.tpl' );
die;