aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderpeter2021-02-17 18:39:42 +0100
committerderpeter2021-02-17 18:39:42 +0100
commitfc5fdfffda02bedd035e41c61a20bfdeac7a5587 (patch)
tree613f3e46743d2eb5d7bb9592ecd772279dd44659
parentd8d9da0436e9b4285cf1aaeebc4171355c4c4d34 (diff)
fix room name
-rwxr-xr-xconfigs/conferences/pfdw21/config.php4
1 files 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,
- ),
+ )
);
/**