From 58338f120ec0c62d632fc021ed2e8ea8e0aec8b1 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Mon, 9 Aug 2021 14:10:39 +0200 Subject: froscon2021: fix room slug --- configs/conferences/froscon2021/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/conferences/froscon2021/config.php b/configs/conferences/froscon2021/config.php index 402490a..da40981 100644 --- a/configs/conferences/froscon2021/config.php +++ b/configs/conferences/froscon2021/config.php @@ -120,7 +120,7 @@ $CONFIG['OVERVIEW'] = array( */ 'GROUPS' => array( 'Lecture Rooms' => array( - 'HS1/2', 'HS3', 'HS4', 'HS5', 'C116' + 'HS1', 'HS3', 'HS4', 'HS5', 'C116' ), ), ); @@ -135,7 +135,7 @@ $CONFIG['ROOMS'] = array( * Array-Key ist der Raum-Slug, der z.B. auch zum erstellen der URLs, * in $CONFIG['OVERVIEW'] oder im Feedback verwendet wird. */ - 'HS1/2' => array( + 'HS1' => array( 'DISPLAY' => 'HS 1/2', 'STREAM' => 'frosconhs1', 'PREVIEW' => true, -- cgit v1.2.3