diff options
author | Daniel Molkentin | 2020-10-11 15:24:40 +0200 |
---|---|---|
committer | Daniel Molkentin | 2020-10-11 15:24:40 +0200 |
commit | 635d18c164bd3171a1075c2add8f248a01dc8eb1 (patch) | |
tree | f25c5ac40b1b500d8f10ec9ea97251d9c394a17b /configs/conferences/fffpk | |
parent | be0a34c6051bb54376a7dc8bc817c372c32ea971 (diff) |
fix room name
Diffstat (limited to 'configs/conferences/fffpk')
-rw-r--r-- | configs/conferences/fffpk/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/fffpk/config.php b/configs/conferences/fffpk/config.php index d713770..e3f3e4d 100644 --- a/configs/conferences/fffpk/config.php +++ b/configs/conferences/fffpk/config.php @@ -120,7 +120,7 @@ $CONFIG['OVERVIEW'] = array( * Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.) */ $CONFIG['ROOMS'] = array( - 'gasometer' => array( + 'fff' => array( 'DISPLAY' => 'Pressekonferenz', 'STREAM' => 'fff', 'PREVIEW' => true, |