summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-11 13:03:51 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-11 13:03:51 +0000
commit3708228ac9cf06cce90de4300afb86d3abcaf220 (patch)
treefdf720f3afadd8312bba7aa7041a84a1d1a6e7a1 /admin
parent694526768bceb6573e3ad16484f61b843bd46b47 (diff)
downloadcalendar-3708228ac9cf06cce90de4300afb86d3abcaf220.tar.gz
calendar-3708228ac9cf06cce90de4300afb86d3abcaf220.tar.bz2
calendar-3708228ac9cf06cce90de4300afb86d3abcaf220.zip
rename permissions to new standard using: p_<package>_<verb>_[<noun>]
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 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