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 /menus.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 'menus.php')
| -rw-r--r-- | menus.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ <?php /** * @author xing <xing@synapse.plus.com> - * @version $Revision: 1.7 $ + * @version $Revision: 1.8 $ * @package nexus * @subpackage functions */ @@ -15,7 +15,7 @@ require_once( NEXUS_PKG_PATH.'Nexus.php'); include_once( NEXUS_PKG_PATH.'menu_lookup_inc.php' ); $formfeedback = ''; -$gBitSystem->verifyPermission( 'bit_p_create_nexus_menus' ); +$gBitSystem->verifyPermission( 'p_nexus_create_menus' ); if( isset( $_REQUEST['action'] ) ) { if( $_REQUEST['action'] == 'edit' ) { |
