diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 13:05:56 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 13:05:56 +0000 |
| commit | 714c6c35ccbed954412512d74f4a1fa467f0f292 (patch) | |
| tree | 14e1546b78d21d9c819d8ae572ea0817a08706e1 /admin | |
| parent | 400955c1add2420357a66f1f310eca21558b3cba (diff) | |
| download | messages-714c6c35ccbed954412512d74f4a1fa467f0f292.tar.gz messages-714c6c35ccbed954412512d74f4a1fa467f0f292.tar.bz2 messages-714c6c35ccbed954412512d74f4a1fa467f0f292.zip | |
rename permissions to new standard using: p_<package>_<verb>_[<noun>]
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 34d1197..ba95c85 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -53,7 +53,7 @@ $gBitInstaller->registerPackageInfo( MESSAGES_PKG_NAME, array( // ### Default User Permissions $gBitInstaller->registerUserPermissions( MESSAGES_PKG_NAME, array( - array('bit_p_messages', 'Can use the messaging system', 'registered', 'messages'), + array('p_messages_send', 'Can use the messaging system', 'registered', 'messages'), ) ); // ### Indexes |
