From 773ed394375aa4090e1c8c5a9e2b076e910f77a5 Mon Sep 17 00:00:00 2001 From: wjames5 Date: Wed, 11 Jul 2007 16:39:43 +0000 Subject: patch bad group name editors --- admin/schema_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') 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 -- cgit v1.3