aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Schauer2021-08-09 14:10:39 +0200
committerLukas Schauer2021-08-09 14:10:39 +0200
commit58338f120ec0c62d632fc021ed2e8ea8e0aec8b1 (patch)
treed9717a398704538578f38ae38ff2efd865c849eb
parentf53ed3b838bb93a0af1bf8ec046a9a4fcc19b1fd (diff)
froscon2021: fix room slug
-rw-r--r--configs/conferences/froscon2021/config.php4
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,