summaryrefslogtreecommitdiff
path: root/admin/schema_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/schema_inc.php')
-rw-r--r--admin/schema_inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index e099326..6670a29 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -12,4 +12,7 @@ $gBitInstaller->registerPackageInfo( CALENDAR_PKG_NAME, array(
$gBitInstaller->registerUserPermissions( CALENDAR_PKG_NAME, array(
array('bit_p_view_calendar', '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
+$gBitInstaller->registerSchemaTable( CALENDAR_PKG_NAME, '', '' );
?>