mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix typo
This commit is contained in:
parent
e6546080a0
commit
6471d53007
@ -312,7 +312,7 @@ 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($config['videoconference']['jitsi']['jitsi_domain']))
|
||||
if (!empty($status_config['videoconference']['jitsi']['jitsi_domain']))
|
||||
{
|
||||
$cfs[] = '#videoconference';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user