diff options
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 |
