diff options
author | Mario <mario@mariovavti.com> | 2018-09-23 19:40:52 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-09-23 19:40:52 +0200 |
commit | a1d1d5dba7c975e00bcf8c8dfc8e6ccd13f3df90 (patch) | |
tree | 7a61f99523e249b66510bd2edb2cf4a6cb67fb43 /include/features.php | |
parent | 781fdaafcd6a8086b76409b0a39d8edbca2e04c9 (diff) | |
download | volse-hubzilla-a1d1d5dba7c975e00bcf8c8dfc8e6ccd13f3df90.tar.gz volse-hubzilla-a1d1d5dba7c975e00bcf8c8dfc8e6ccd13f3df90.tar.bz2 volse-hubzilla-a1d1d5dba7c975e00bcf8c8dfc8e6ccd13f3df90.zip |
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
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 4 |
1 files changed, 2 insertions, 2 deletions
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') ], [ |