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 c1c2634..e52ed54 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -19,7 +19,7 @@ $gBitInstaller->registerPreferences( KERNEL_PKG_NAME, array( // ### Default User Permissions $gBitInstaller->registerUserPermissions( CALENDAR_PKG_NAME, array( - array('bit_p_view_calendar', 'Can browse the calendar', 'basic', CALENDAR_PKG_NAME), + array('p_calendar_view', 'Can browse the calendar', 'basic', CALENDAR_PKG_NAME), ) ); // this empty table registration is needed for the installer to pick it up to install the preferences |
