diff --git a/recurring_events.install b/recurring_events.install index 21a4144b32992cdbedcfef936646b46f382f675e..5b1a464698aafbf2b2bb42a94fc5719735997b4d 100644 --- a/recurring_events.install +++ b/recurring_events.install @@ -686,3 +686,10 @@ function recurring_events_update_8015() { $config->set('enabled_fields', 'consecutive_recurring_date,daily_recurring_date,weekly_recurring_date,monthly_recurring_date,yearly_recurring_date,custom'); $config->save(TRUE); } + +/** + * Set the default event instance plugin creator. + */ +function recurring_events_update_91001() { + recurring_events_update_8014(); +}