update feature set

This commit is contained in:
Mario Vavti
2019-06-17 10:10:44 +02:00
parent c9604eaabf
commit 8535eb7bf5
2 changed files with 1 additions and 15 deletions

View File

@@ -79,7 +79,7 @@ class Cal extends Controller {
if(! perm_is_allowed($channel['channel_id'], get_observer_hash(), 'view_contacts') || App::$profile['hide_friends'])
$sql_extra .= " and etype != 'birthday' ";
$first_day = feature_enabled($channel['channel_id'], 'events_cal_first_day');
$first_day = feature_enabled($channel['channel_id'], 'cal_first_day');
$first_day = (($first_day) ? $first_day : 0);
$start = '';