From 51a31cb5eca11c7d3d67a5d55ee68de1ceeb6ecf Mon Sep 17 00:00:00 2001 From: Raoul Date: Thu, 14 Sep 2023 23:48:22 +0200 Subject: [PATCH] config(sps23): Fix configuration error --- configs/conferences/swisspythonsummit2023/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/conferences/swisspythonsummit2023/config.php b/configs/conferences/swisspythonsummit2023/config.php index 11f518d1..38062619 100755 --- a/configs/conferences/swisspythonsummit2023/config.php +++ b/configs/conferences/swisspythonsummit2023/config.php @@ -122,7 +122,7 @@ * Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.) */ $CONFIG['ROOMS'] = array( - 'weissersaal' => array( + 'Aula' => array( 'DISPLAY' => 'Aula', 'STREAM' => 'swisspythonsummit1', 'PREVIEW' => true,