From 952926296eae6210b55edfc07d4d988df3d6a995 Mon Sep 17 00:00:00 2001 From: derpeter Date: Sat, 26 Sep 2020 12:53:59 +0200 Subject: fix room slug --- configs/conferences/archconf2020/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/conferences/archconf2020/config.php b/configs/conferences/archconf2020/config.php index fcd3c10..e1b101b 100644 --- a/configs/conferences/archconf2020/config.php +++ b/configs/conferences/archconf2020/config.php @@ -120,7 +120,7 @@ $CONFIG['OVERVIEW'] = array( */ 'GROUPS' => array( 'Digital Rooms' => array( - 'Arch Conf' + 'ArchConf' ), ), ); @@ -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. */ - 'Arch Conf' => array( + 'ArchConf' => array( 'DISPLAY' => 'Arch Conf', 'STREAM' => 'sarchmain', 'PREVIEW' => true, -- cgit v1.2.3