diff options
author | Lukas Schauer | 2021-08-09 14:10:39 +0200 |
---|---|---|
committer | Lukas Schauer | 2021-08-09 14:10:39 +0200 |
commit | 58338f120ec0c62d632fc021ed2e8ea8e0aec8b1 (patch) | |
tree | d9717a398704538578f38ae38ff2efd865c849eb /configs/conferences/froscon2021/config.php | |
parent | f53ed3b838bb93a0af1bf8ec046a9a4fcc19b1fd (diff) |
froscon2021: fix room slug
Diffstat (limited to 'configs/conferences/froscon2021/config.php')
-rw-r--r-- | configs/conferences/froscon2021/config.php | 4 |
1 files 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, |