mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 03:49:33 +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
|
// 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';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user