diff options
author | Mario <mario@mariovavti.com> | 2018-09-23 19:18:05 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-09-23 19:18:05 +0200 |
commit | 781fdaafcd6a8086b76409b0a39d8edbca2e04c9 (patch) | |
tree | cb9d1e782cb0dfaeab8f0fdcd183c571669dc1a1 /Zotlabs/Module/Cal.php | |
parent | 1f1d5b9181dd7a9800a2d5c596d8da0f906c53e3 (diff) | |
download | volse-hubzilla-781fdaafcd6a8086b76409b0a39d8edbca2e04c9.tar.gz volse-hubzilla-781fdaafcd6a8086b76409b0a39d8edbca2e04c9.tar.bz2 volse-hubzilla-781fdaafcd6a8086b76409b0a39d8edbca2e04c9.zip |
settings for events and cdav calendar
Diffstat (limited to 'Zotlabs/Module/Cal.php')
-rw-r--r-- | Zotlabs/Module/Cal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Cal.php b/Zotlabs/Module/Cal.php index 14c109515..2962d31fd 100644 --- a/Zotlabs/Module/Cal.php +++ b/Zotlabs/Module/Cal.php @@ -75,7 +75,7 @@ class Cal extends \Zotlabs\Web\Controller { $sql_extra = permissions_sql($channel['channel_id'],get_observer_hash(),'event'); - $first_day = get_pconfig(local_channel(),'system','cal_first_day'); + $first_day = feature_enabled($channel['channel_id'], 'cal_first_day'); $first_day = (($first_day) ? $first_day : 0); $htpl = get_markup_template('event_head.tpl'); |