aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-09-23 19:40:52 +0200
committerMario <mario@mariovavti.com>2018-09-23 19:40:52 +0200
commita1d1d5dba7c975e00bcf8c8dfc8e6ccd13f3df90 (patch)
tree7a61f99523e249b66510bd2edb2cf4a6cb67fb43 /include/features.php
parent781fdaafcd6a8086b76409b0a39d8edbca2e04c9 (diff)
downloadvolse-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.php4
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')
],
[