forked from extern/egroupware
temp. disabled check, as preconfigured server is NOT stored
This commit is contained in:
parent
840f195288
commit
bf9b38495f
@ -311,8 +311,9 @@ class calendar_uilist extends calendar_ui
|
||||
}
|
||||
}
|
||||
// check if we have videoconferences enabled and need to query the room url
|
||||
$status_config = Api\Config::read('status');
|
||||
if (!empty($status_config['videoconference']['jitsi']['jitsi_domain']))
|
||||
// temp. disabled check, as preconfigured server is NOT stored
|
||||
//$status_config = Api\Config::read('status');
|
||||
//if (!empty($status_config['videoconference']['jitsi']['jitsi_domain']))
|
||||
{
|
||||
$cfs[] = '#videoconference';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user