diff options
| author | wjames5 <will@tekimaki.com> | 2007-07-11 16:39:43 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-07-11 16:39:43 +0000 |
| commit | 773ed394375aa4090e1c8c5a9e2b076e910f77a5 (patch) | |
| tree | 393bbfd5e6508b9e5c3f042339817ee92468c650 | |
| parent | ffaeaf9a819e9cfbfdd28ff24a98e87d542bf1b5 (diff) | |
| download | calendar-773ed394375aa4090e1c8c5a9e2b076e910f77a5.tar.gz calendar-773ed394375aa4090e1c8c5a9e2b076e910f77a5.tar.bz2 calendar-773ed394375aa4090e1c8c5a9e2b076e910f77a5.zip | |
patch bad group name editors
| -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 58c0129..7d1c080 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -18,7 +18,7 @@ $gBitInstaller->registerPreferences( KERNEL_PKG_NAME, array( // ### Default User Permissions $gBitInstaller->registerUserPermissions( CALENDAR_PKG_NAME, array( array('p_calendar_view', 'Can browse the calendar', 'basic', CALENDAR_PKG_NAME), - array('p_calendar_view_changes', 'Can browse content changes in the calendar', 'editor', CALENDAR_PKG_NAME), + array('p_calendar_view_changes', 'Can browse content changes in the calendar', 'editors', CALENDAR_PKG_NAME), ) ); // this empty table registration is needed for the installer to pick it up to install the preferences |
