mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
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
|
// check if we have videoconferences enabled and need to query the room url
|
||||||
$status_config = Api\Config::read('status');
|
// temp. disabled check, as preconfigured server is NOT stored
|
||||||
if (!empty($status_config['videoconference']['jitsi']['jitsi_domain']))
|
//$status_config = Api\Config::read('status');
|
||||||
|
//if (!empty($status_config['videoconference']['jitsi']['jitsi_domain']))
|
||||||
{
|
{
|
||||||
$cfs[] = '#videoconference';
|
$cfs[] = '#videoconference';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user