From a1d1d5dba7c975e00bcf8c8dfc8e6ccd13f3df90 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 23 Sep 2018 19:40:52 +0200 Subject: 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 --- include/features.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/features.php b/include/features.php index 8b0c5e3f3..37445c643 100644 --- a/include/features.php +++ b/include/features.php @@ -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') ], [ -- cgit v1.2.3