From fc5fdfffda02bedd035e41c61a20bfdeac7a5587 Mon Sep 17 00:00:00 2001 From: derpeter Date: Wed, 17 Feb 2021 18:39:42 +0100 Subject: fix room name --- configs/conferences/pfdw21/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/conferences/pfdw21/config.php b/configs/conferences/pfdw21/config.php index a53a92a..789b270 100755 --- a/configs/conferences/pfdw21/config.php +++ b/configs/conferences/pfdw21/config.php @@ -124,7 +124,7 @@ $CONFIG['OVERVIEW'] = array( * Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.) */ $CONFIG['ROOMS'] = array( - 'lounge' => array( + 'pfdw21' => array( 'DISPLAY' => 'Demo Day 2021', 'STREAM' => 'pfdw21', 'PREVIEW' => true, @@ -142,7 +142,7 @@ $CONFIG['ROOMS'] = array( 'EMBED' => true, 'IRC' => false, 'TWITTER' => false, - ), + ) ); /** -- cgit v1.2.3