use different settings for cal_first_day in events and cdav/calendar. This is a tradeoff. It would be better to have one setting for both but if we want to preserve the *all settings* view, this would break its functionality

This commit is contained in:
Mario
2018-09-23 19:40:52 +02:00
parent 781fdaafcd
commit a1d1d5dba7
3 changed files with 4 additions and 4 deletions

View File

@@ -358,11 +358,11 @@ function get_features($filtered = true, $level = (-1)) {
t('Events'),
[
'cal_first_day',
'events_cal_first_day',
t('Start calendar week on Monday'),
t('Default is Sunday'),
false,
get_config('feature_lock','cal_first_day')
get_config('feature_lock','events_cal_first_day')
],
[