summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-07-11 16:39:43 +0000
committerwjames5 <will@tekimaki.com>2007-07-11 16:39:43 +0000
commit773ed394375aa4090e1c8c5a9e2b076e910f77a5 (patch)
tree393bbfd5e6508b9e5c3f042339817ee92468c650 /admin
parentffaeaf9a819e9cfbfdd28ff24a98e87d542bf1b5 (diff)
downloadcalendar-773ed394375aa4090e1c8c5a9e2b076e910f77a5.tar.gz
calendar-773ed394375aa4090e1c8c5a9e2b076e910f77a5.tar.bz2
calendar-773ed394375aa4090e1c8c5a9e2b076e910f77a5.zip
patch bad group name editors
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php2
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