This commit is contained in:
Ralf Becker 2020-04-08 20:11:55 +02:00
parent e6546080a0
commit 6471d53007

View File

@ -312,7 +312,7 @@ class calendar_uilist extends calendar_ui
} }
// check if we have videoconferences enabled and need to query the room url // check if we have videoconferences enabled and need to query the room url
$status_config = Api\Config::read('status'); $status_config = Api\Config::read('status');
if (!empty($config['videoconference']['jitsi']['jitsi_domain'])) if (!empty($status_config['videoconference']['jitsi']['jitsi_domain']))
{ {
$cfs[] = '#videoconference'; $cfs[] = '#videoconference';
} }