diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 13:07:07 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 13:07:07 +0000 |
| commit | 1667ca4794b389b7c80093e845b2fb3879c61cfe (patch) | |
| tree | ad4b366d8e70176d8a8bc1766fed80670adba1cb /menu_items.php | |
| parent | c7e7370188bc77c593168ed65c106f3182e4d271 (diff) | |
| download | nexus-1667ca4794b389b7c80093e845b2fb3879c61cfe.tar.gz nexus-1667ca4794b389b7c80093e845b2fb3879c61cfe.tar.bz2 nexus-1667ca4794b389b7c80093e845b2fb3879c61cfe.zip | |
rename permissions to new standard using: p_<package>_<verb>_[<noun>]
Diffstat (limited to 'menu_items.php')
| -rw-r--r-- | menu_items.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/menu_items.php b/menu_items.php index b8ee010..d629e8f 100644 --- a/menu_items.php +++ b/menu_items.php @@ -1,7 +1,7 @@ <?php /** * @author xing <xing@synapse.plus.com> - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ * @package nexus * @subpackage functions */ @@ -14,7 +14,7 @@ global $gBitSystem; require_once( NEXUS_PKG_PATH.'Nexus.php'); include_once( NEXUS_PKG_PATH.'menu_lookup_inc.php' ); -$gBitSystem->verifyPermission( 'bit_p_create_nexus_menus' ); +$gBitSystem->verifyPermission( 'p_nexus_create_menus' ); if( empty( $_REQUEST['menu_id'] ) ) { header( 'Location:'.NEXUS_PKG_URL.'index.php' ); |
