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 /admin | |
| 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 'admin')
| -rw-r--r-- | admin/schema_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index d52eca0..d107bbe 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -48,8 +48,8 @@ $gBitInstaller->registerPackageInfo( NEXUS_PKG_NAME, array( // ### Default UserPermissions $gBitInstaller->registerUserPermissions( NEXUS_PKG_NAME, array( - array('bit_p_insert_nexus_item', 'Can insert menu item in a menu while editing a page', 'registered', NEXUS_PKG_NAME), - array('bit_p_create_nexus_menus', 'Can create new menus using Nexus', 'editors', NEXUS_PKG_NAME), + array('p_nexus_insert_item', 'Can insert menu item in a menu while editing a page', 'registered', NEXUS_PKG_NAME), + array('p_nexus_create_menus', 'Can create new menus using Nexus', 'editors', NEXUS_PKG_NAME), ) ); // ### Default Preferences |
